diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-23 15:38:32 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-23 15:38:32 +0100 |
commit | 392f95a0c00971baf8e901130734c3c45e3dcab8 (patch) | |
tree | c0e6a3167c0f6614ff87a500a3f2b9813eecb858 | |
parent | 81618fb9e97d6201cf7b8fe3da15929721363375 (diff) |
DB/Items: Fix some startup errors
Updates #11587
-rw-r--r-- | sql/updates/world/2014_02_23_02_world_item_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_23_02_world_item_template.sql b/sql/updates/world/2014_02_23_02_world_item_template.sql new file mode 100644 index 00000000000..ac736e7f3db --- /dev/null +++ b/sql/updates/world/2014_02_23_02_world_item_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `item_template` SET `RandomSuffix`=0, `WDBVerified`= -15595 WHERE `RandomSuffix` IN (102,103,105,121,2191); |