diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-05-28 18:19:42 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-05-28 18:19:42 -0300 |
commit | 79d08686041f0ad30e8bd716c2d371aa9d6f7e41 (patch) | |
tree | 0d12578f43e017ecc51a514d1127585318a09fc9 | |
parent | 63e502a67dfdfb4edb8a84af630244ac13600b24 (diff) |
DB/Spell: fix Deep Freeze proc
Closes #19780
-rw-r--r-- | sql/updates/world/3.3.5/2017_05_28_04_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_28_04_world_335.sql b/sql/updates/world/3.3.5/2017_05_28_04_world_335.sql new file mode 100644 index 00000000000..1b5898e0e9f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_28_04_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SchoolMask`=0, `SpellFamilyName`=3 WHERE `SpellId`=71761; |