From 3ce545a1b5adc39c113dad37664eea4b5424725f Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 17 Mar 2014 00:51:33 +0100 Subject: DB/Misc: Fix more startup errors Updates #11587 --- sql/updates/world/2014_03_16_05_world_item_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_03_16_05_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_03_16_05_world_item_template.sql b/sql/updates/world/2014_03_16_05_world_item_template.sql new file mode 100644 index 00000000000..6a93d64ea92 --- /dev/null +++ b/sql/updates/world/2014_03_16_05_world_item_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `item_template` SET `subclass`=0, `WDBVerified`=-15595 WHERE `entry`=33604; +UPDATE `item_template` SET `spelltrigger_3`=0, `spellid_3`=0, `WDBVerified`=-15595 WHERE `entry`=44851; -- cgit v1.2.3