fix(DB/Creature): Vaelastrasz should be immune to interrupts (#11358)

* Fix(DB/Creature): Vaelastrasz should be immune to interrupts

* Update rev_1649660925472546752.sql
This commit is contained in:
temperrr
2022-04-11 11:07:48 +02:00
committed by GitHub
parent 47790c9714
commit e39a25b328

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649660925472546752');
-- Vaelastrasz should be immune to interrupts
UPDATE `creature_template` SET `mechanic_immune_mask` = 650854239 WHERE (`entry` = 13020);