Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -- Add missing NPC - Crusader Bridenbrad (30562)
  2. DELETE FROM creature WHERE id=30562;
  3. INSERT INTO creature (id, map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, DeathState, MovementType) VALUES
  4. (30562,[571,1,1,21988,321,2811.26,-3786.01,255.23,2,]16200[,0,0,0,7220,7256,0,0),]
  5. UPDATE creature_template SET minlevel=80 WHERE entry=30562;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement