diff options
| author | Wyreth <32145860+Wyreth@users.noreply.github.com> | 2017-12-17 16:29:22 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2017-12-17 16:29:22 +0100 |
| commit | ae878e18ef121b7b1960f40f2b0f99debd2155d8 (patch) | |
| tree | b9bc18dd5429eadcfe1a74c14579d085df42617d /sql | |
| parent | 1cedcf0bf349581b6fff210e4c325e25b51ccf0c (diff) | |
Core/Creature: implement school immunity for creatures in creature_template (#20709)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_12_16_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_16_03_world.sql b/sql/updates/world/3.3.5/2017_12_16_03_world.sql new file mode 100644 index 00000000000..0037fd3549f --- /dev/null +++ b/sql/updates/world/3.3.5/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`; |
