From 1eef9f86f63ce0c61635c059681845a3a953744a Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 23 Jul 2009 15:13:17 +0200 Subject: *Script for Plug the Sinkholes - by Drethek. --HG-- branch : trunk --- sql/updates/4544_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/4544_world.sql (limited to 'sql/updates/4544_world.sql') diff --git a/sql/updates/4544_world.sql b/sql/updates/4544_world.sql new file mode 100644 index 00000000000..90f7e193f15 --- /dev/null +++ b/sql/updates/4544_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='npc_sinkhole_kill_credit' WHERE (`entry`='26248') or (`entry`='26249'); +UPDATE `item_template` SET `ScriptName`='item_incendiary_explosives' WHERE (`entry`='35704'); +UPDATE `creature_template` SET `flags_extra`='2' WHERE (`entry`='26250'); -- cgit v1.2.3