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

Closes #24825
This commit is contained in:
Rothend
2020-06-26 22:51:40 +02:00
committed by Killyana
parent 6cc2b37c4d
commit 4727c626c4

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");