diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-11-18 02:15:45 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-08-17 20:04:14 +0200 |
commit | 77fc6ceea8716a85baca80b1816fbe3588b182e7 (patch) | |
tree | 8d9c4ad4cabd6100ab8317ad074255733742fd7f /sql | |
parent | b4d30bb92cbfc8411d8d91b0f4f2981f2cecc148 (diff) |
Core/Spell: Added the possibility to explicitly disable auraEffect procs using attributes
- Renamed IsProcTriggeredOnEvent to GetProcEffectMask, since long ago this function returned bool, new name should better reflect its use
(cherrypicked from e7ccd8ea3fccad92af3553f544aad49be5d1a9ed)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2019_08_17_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_08_17_00_world.sql b/sql/updates/world/master/2019_08_17_00_world.sql new file mode 100644 index 00000000000..0cee45faee3 --- /dev/null +++ b/sql/updates/world/master/2019_08_17_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `spell_proc` ADD `DisableEffectsMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AttributesMask`; |