Skip to content

Commit

Permalink
DB/Items: Fix some startup errors
Browse files Browse the repository at this point in the history
Updates #11587
  • Loading branch information
Aokromes committed Mar 6, 2014
1 parent 932173f commit b8cfd27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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);

1 comment on commit b8cfd27

@Pirricli
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to 2014_03_06_01_world_item_template.sql ?

Please sign in to comment.