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:
parent
47790c9714
commit
e39a25b328
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue