mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fix(DB/Creature): Add immunity to MECHANIC_ROOT to Baron Geddon (#9840)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640126973356333200');
|
||||
|
||||
-- Baron Geddon root immunity (MECHANIC_ROOT).
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 64 WHERE `entry`= 12056;
|
||||
Reference in New Issue
Block a user