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

Closes #24825

(cherry picked from commit 4727c626c4260b486a95dfb7fdc06b9abd66ecbf)
This commit is contained in:
Rothend
2022-01-19 20:55:36 +01:00
committed by Shauren
parent 306e08cc31
commit 21722d01c6
@@ -0,0 +1,5 @@
--
DELETE FROM `creature_addon` WHERE `guid` IN (129727, 129769);
INSERT INTO `creature_addon` (`guid`, `auras`) VALUES
(129727, "29266"),
(129769, "29266");