diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2017_07_18_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_18_00_world.sql b/sql/updates/world/master/2017_07_18_00_world.sql new file mode 100644 index 00000000000..c1b74c33bf9 --- /dev/null +++ b/sql/updates/world/master/2017_07_18_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `spell_custom_attr` SET `attributes`=`attributes` & ~(2|4); +DELETE FROM `spell_custom_attr` WHERE `attributes`=0; |
