Core/Creature: implement school immunity for creatures in creature_template

Port From (https://github.com/TrinityCore/TrinityCore/commit/ed3b34e33f019d9200a3d003c467e0ffa351187a)
This commit is contained in:
hondacrx
2021-04-16 14:49:12 -04:00
parent 144ecb8817
commit 9714010ab3
5 changed files with 29 additions and 3 deletions
@@ -0,0 +1,2 @@
--
ALTER TABLE `creature_template` ADD COLUMN `spell_school_immune_mask` int(3) unsigned NOT NULL DEFAULT '0' AFTER `mechanic_immune_mask`;