mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
fix(DB/creature_template): add Fire immunity to Brimgore (#6430)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user