diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-24 00:07:35 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-24 00:07:35 +0100 |
| commit | a5d860c4fa92b61f65a8dad56706f8a07d88faad (patch) | |
| tree | b3066723800a0d13b0c94d844ca17572eed30d34 | |
| parent | 50e0c39f84b47a03b3c59b93d754936b6ba0ac89 (diff) | |
DB/Items: Fix some startup errors
Updates #11587
| -rw-r--r-- | sql/updates/world/2014_02_23_04_world_item_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_23_04_world_item_template.sql b/sql/updates/world/2014_02_23_04_world_item_template.sql new file mode 100644 index 00000000000..599a9072a84 --- /dev/null +++ b/sql/updates/world/2014_02_23_04_world_item_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `item_template` SET `RandomProperty`=0, `WDBVerified`=-15595 WHERE `entry`=1259; |
