From b8cfd275a65ecc811461e5a7452cb85f0ac83cd4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 6 Mar 2014 08:42:57 +0100 Subject: DB/Items: Fix some startup errors Updates #11587 --- sql/updates/world/2014_03_06_01_item_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_03_06_01_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_03_06_01_item_template.sql b/sql/updates/world/2014_03_06_01_item_template.sql new file mode 100644 index 00000000000..198e27f26eb --- /dev/null +++ b/sql/updates/world/2014_03_06_01_item_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `item_template` SET `spellid_1`=0, `WDBVerified`=-15595 WHERE `entry` IN (2599,40727); +UPDATE `item_template` SET `spellid_2`=0, `WDBVerified`=-15595 WHERE `entry` IN (32113,32118,32128); -- cgit v1.2.3