diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-06 08:42:57 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-06 08:42:57 +0100 |
commit | b8cfd275a65ecc811461e5a7452cb85f0ac83cd4 (patch) | |
tree | d99e96ca959c450477cbffcb0e16a6872e7ae121 | |
parent | 932173f88d8edc2b556b0ef2f41a1f946de44e2f (diff) |
DB/Items: Fix some startup errors
Updates #11587
-rw-r--r-- | sql/updates/world/2014_03_06_01_item_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |