casucristy

ss

Jul 20th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.25 KB | None | 0 0
  1. -- Fix spell 80670 - Quest Stonefather's Boon Support
  2.  
  3. DELETE FROM `spell_script_names` WHERE `spell_id` = 80670;
  4. INSERT INTO `spell_script_names` VALUES
  5. (80670,"spell_stonefather_banner");
  6.  
  7. UPDATE `creature` SET `spawntimesecs` = 60 WHERE `id` = 43138;
Advertisement
Add Comment
Please, Sign In to add comment