From 3596edde964d81fa7407ee33bdf4bc95e9554b04 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 22 Aug 2009 18:34:31 -0500 Subject: *Fix quest endless hunger. By BroodWyrm --HG-- branch : trunk --- sql/updates/5300_world_scripts_dk.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/5300_world_scripts_dk.sql (limited to 'sql/updates') diff --git a/sql/updates/5300_world_scripts_dk.sql b/sql/updates/5300_world_scripts_dk.sql new file mode 100644 index 00000000000..d42cbf416fd --- /dev/null +++ b/sql/updates/5300_world_scripts_dk.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `KillCredit1` = '29519' WHERE `entry` IN ('29519','29520','29565','29566','29567'); \ No newline at end of file -- cgit v1.2.3