mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/SAI): Risen Aberration being immune to holy damage (#8438)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user