fix(DB/SAI): Risen Aberration being immune to holy damage (#8438)
This commit is contained in:
parent
c48b9eacd3
commit
7a828d3c2e
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634008337760003200');
|
||||
|
||||
-- Remove 'Immunity: Arcane' (34184) from on respawn events
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 10485 AND `source_type` = 0 AND `id` = 5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue