diff --git a/data/sql/updates/pending_db_world/rev_1782964848564370300.sql b/data/sql/updates/pending_db_world/rev_1782964848564370300.sql new file mode 100644 index 0000000000..6a6f2a7ecd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1782964848564370300.sql @@ -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;