Bastek

Fix for quest The Rune of Command (Alliance & Horde)

Jun 7th, 2011
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.40 KB | None | 0 0
  1. -- Fix for quest The Rune of Command (Alliance & Horde) (by Bastek)
  2. UPDATE creature_template SET unit_flags = 4096 WHERE entry = 24345;
  3. UPDATE quest_template SET ReqItemId1 = 33796, ReqItemCount1 = 1, ReqSourceId3 = 0, ReqSpellCast1 = 49859 WHERE entry IN
  4. (11352, 11348);
  5. DELETE FROM spell_script_target WHERE entry = 49859 AND targetEntry = 24345;
  6. INSERT INTO spell_script_target VALUES
  7. (49859, 1, 24345);
Advertisement
Add Comment
Please, Sign In to add comment