*Fix quest endless hunger. By BroodWyrm

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-22 18:34:31 -05:00
parent 61b6abea58
commit 3596edde96
2 changed files with 4 additions and 0 deletions

View File

@@ -1972,6 +1972,9 @@ INSERT INTO `spell_elixir` (`entry`, `mask`) VALUES
-- --------
-- Death Knight
-- --------
# endless hunger
UPDATE `creature_template` SET `KillCredit1` = '29519' WHERE `entry` IN ('29519','29520','29565','29566','29567');
DELETE FROM `spell_script_target` WHERE entry IN
(51859, 48743, 52124, 52479, 52576, 53110);
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `KillCredit1` = '29519' WHERE `entry` IN ('29519','29520','29565','29566','29567');