mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Creature: Add missing aura to two Citizen of New Avalon NPCs
Closes #24825
(cherry picked from commit 4727c626c4)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (129727, 129769);
|
||||
INSERT INTO `creature_addon` (`guid`, `auras`) VALUES
|
||||
(129727, "29266"),
|
||||
(129769, "29266");
|
||||
Reference in New Issue
Block a user