fix(DB/SAI): Risen Aberration being immune to holy damage (#8438)

This commit is contained in:
Skjalf
2021-10-15 08:40:27 -03:00
committed by GitHub
parent c48b9eacd3
commit 7a828d3c2e

View File

@@ -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;