fix(DB/creature_template): add Fire immunity to Brimgore (#6430)

This commit is contained in:
Efymer
2021-06-26 03:28:37 +02:00
committed by GitHub
parent 27b20261ae
commit 0b7e74b095

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624093373812039200');
-- Set spell school immunity to FIRE
UPDATE `creature_template` SET `spell_school_immune_mask` = 4 WHERE (`entry` = 4339);