casucristy

ss

Jul 23rd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.36 KB | None | 0 0
  1. -- fix script support for quest An Audience with the Stonemother
  2.  
  3. UPDATE `creature_template` SET `ScriptName` = "npc_therazane" WHERE `entry` = 42465;
  4.  
  5. UPDATE `quest_template` SET `QuestFlags` = 0 WHERE `entry` IN (26752,26656);
  6.  
  7. -- faction flags for earthcaller torunscar
  8. UPDATE `creature_template` SET `faction_A` = 2281, `faction_H` = 2281 WHERE `entry` = 43809;
Advertisement
Add Comment
Please, Sign In to add comment