diff options
-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); |