diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-11-30 23:31:55 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-30 23:31:55 -0300 |
commit | 56776718e5c3fa698943eb5fb8ecd5422cf1d6da (patch) | |
tree | 1550dc63df97a197a45aa6929c41e937488f7064 | |
parent | 62e97c45518a522fe938921449e8cebb750f0d58 (diff) |
DB/Spell: Arcane concentration proc on damage only
Closes #18313
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_01_00_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_01_00_world_335.sql b/sql/updates/world/3.3.5/2016_12_01_00_world_335.sql new file mode 100644 index 00000000000..5e3889a9f23 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_01_00_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellTypeMask`=0x1 WHERE `SpellId`=-11213; -- Arcane Concentration |