From 77fc6ceea8716a85baca80b1816fbe3588b182e7 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 18 Nov 2016 02:15:45 -0300 Subject: 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) --- sql/updates/world/master/2019_08_17_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2019_08_17_00_world.sql (limited to 'sql') 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`; -- cgit v1.2.3