casucristy

haweq

Jul 12th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.45 KB | None | 0 0
  1. -- [Q] Gizelton Caravan
  2. -- http://old.wowhead.com/quest=5943
  3. -- [Q] Bodyguard for Hire
  4. -- http://old.wowhead.com/quest=5821
  5.  
  6. UPDATE `creature_template` SET `npcflag` = 3 WHERE `entry` = 11626;
  7. UPDATE `creature_template` SET `npcflag` = 3 WHERE `entry` = 11625;
  8.  
  9. DELETE FROM `creature_questrelation` WHERE `id` = 11626;
  10. DELETE FROM `creature_questrelation` WHERE `id` = 11625;
  11.  
  12. INSERT INTO `creature_questrelation` VALUES
  13. (11625,5821),
  14. (11626,5943);
Advertisement
Add Comment
Please, Sign In to add comment