From ed3b34e33f019d9200a3d003c467e0ffa351187a Mon Sep 17 00:00:00 2001 From: Wyreth <32145860+Wyreth@users.noreply.github.com> Date: Sun, 17 Dec 2017 16:29:22 +0100 Subject: Core/Creature: implement school immunity for creatures in creature_template (#20709) (cherry picked from commit ae878e18ef121b7b1960f40f2b0f99debd2155d8) --- sql/updates/world/master/2021_03_14_02_world_2017_12_16_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_03_14_02_world_2017_12_16_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_03_14_02_world_2017_12_16_03_world.sql b/sql/updates/world/master/2021_03_14_02_world_2017_12_16_03_world.sql new file mode 100644 index 00000000000..0037fd3549f --- /dev/null +++ b/sql/updates/world/master/2021_03_14_02_world_2017_12_16_03_world.sql @@ -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`; -- cgit v1.2.3