Advertisement
gecko32

trick or treat

Oct 17th, 2011
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.85 KB | None | 0 0
  1. -- Innkeeper Allison, Stormwind, update to cast on invoker
  2. SET @INNKEEPER=6740;
  3. UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid`=@INNKEEPER AND `id`=1;
  4. -- update following inkeepers to use the already existing npc_innkeeper script to get trick or treat option instead of writing SAI for them
  5. -- Innkeeper Shaussiy update to use npc_innkeeper script
  6. UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry`=6737;
  7. -- Caris Sunlance update to use npc_innkeeper script
  8. UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry`=33970;
  9. -- Jarin Dawnglow update to use npc_innkeeper script
  10. UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry`=33971;
  11. -- Innkeeper Innkeeper Biribi update to use npc_innkeeper script
  12. UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry`=19296;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement