casucristy

qw

Jul 19th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.31 KB | None | 0 0
  1. UPDATE `creature_template` SET `ScriptName` = "npc_kor_the_immovable" WHERE `entry` = 42469;
  2.  
  3. -- fix pebble lvl and hp (wowiki)
  4.  
  5. UPDATE `creature_template` SET `minlevel` = 84, `maxlevel` = 84, `exp` = 3 WHERE `entry` = 43116;
  6.  
  7. -- quest flags
  8.  
  9. UPDATE `quest_template` SET `QuestFlags` = 0 WHERE `entry` = 28869;
Advertisement
Add Comment
Please, Sign In to add comment