mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
*Fix quest endless hunger. By BroodWyrm
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
1
sql/updates/5300_world_scripts_dk.sql
Normal file
1
sql/updates/5300_world_scripts_dk.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `KillCredit1` = '29519' WHERE `entry` IN ('29519','29520','29565','29566','29567');
|
||||
Reference in New Issue
Block a user