diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-11-12 18:36:54 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-12 18:36:54 -0300 |
| commit | 83afc5d9f13249ae591a3001c56a3d31828c737e (patch) | |
| tree | 302bcc3a6fab7ee96418faa9e01767852408dfaf | |
| parent | 7943150dcb20597f30259354563d79fb1606b21f (diff) | |
DB/Spell: require spellmod consumption for Clearcasting
- Mage, Shaman and Druid flavors
Closes #18240
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_12_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_12_01_world_335.sql b/sql/updates/world/3.3.5/2016_11_12_01_world_335.sql new file mode 100644 index 00000000000..bc920b5e16e --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_12_01_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x8 WHERE `SpellId` IN (12536,16246,16870); |
