DB/Creature: Add missing aura to two Citizen of New Avalon NPCs

Closes #24825

(cherry picked from commit 4727c626c4)
This commit is contained in:
Rothend
2020-06-26 22:51:40 +02:00
committed by Shauren
parent 306e08cc31
commit 21722d01c6

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `creature_addon` WHERE `guid` IN (129727, 129769);
INSERT INTO `creature_addon` (`guid`, `auras`) VALUES
(129727, "29266"),
(129769, "29266");