diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 04:55:18 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 04:55:18 +0200 |
commit | 8b48aad6ad5eaa99ac93ad8b512e01ffb01045df (patch) | |
tree | 56a5b1523ed2f713781d2cdb8c809dd8f3002737 | |
parent | fbccc58f4a7272abe7a4aff33f3eef8ede813fd5 (diff) |
Update 2014_07_19_00_world_spell_custom_attr.sql
-rw-r--r-- | sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql index 181742b2497..fee4f9cc077 100644 --- a/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql +++ b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql @@ -1,3 +1,3 @@ -DELETE FROM `spell_custom_attr` WHERE `entry`=49882 +DELETE FROM `spell_custom_attr` WHERE `entry`=49882; INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES (49882, 32768); |