fix(DB/Creature): Venture Co. Ruffian shows corpse explosion visual at rest (#26418)

This commit is contained in:
Xepic90
2026-07-02 19:45:46 -04:00
committed by GitHub
parent 9b0ffec040
commit 9e664a81de
@@ -0,0 +1,3 @@
-- Remove wrong aura (SPELL_DK_CORPSE_EXPLOSION_VISUAL) from Venture Co. Ruffian
-- https://github.com/azerothcore/azerothcore-wotlk/issues/26403
UPDATE `creature_addon` SET `auras` = NULL WHERE `guid` = 133027;