diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 00000000000..181742b2497 --- /dev/null +++ b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=49882 +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(49882, 32768); |
