DB/Creature: Remove wrong auras from Unworthy Initiate

Closes #24204
This commit is contained in:
Sorikoff
2020-02-27 14:17:59 +01:00
committed by Killyana
parent 3b0a89a2ea
commit 2b59159f6a

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template_addon` SET `auras`='' WHERE `entry` IN (29519, 29520, 29565, 29566, 29567);
DELETE FROM `creature_addon` WHERE `guid` IN (128740);