aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorWyreth <32145860+Wyreth@users.noreply.github.com>2017-12-17 16:29:22 +0100
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commited3b34e33f019d9200a3d003c467e0ffa351187a (patch)
treec8fb8dd52bfc83fa2627efa5502f7d7536404f00 /sql
parentdbd9f88bf07d404336c9643dbd74f8fd80db9597 (diff)
Core/Creature: implement school immunity for creatures in creature_template (#20709)
(cherry picked from commit ae878e18ef121b7b1960f40f2b0f99debd2155d8)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_03_14_02_world_2017_12_16_03_world.sql2
1 files changed, 2 insertions, 0 deletions
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`;