fix(DB/Creature): Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' … (#18066)

fix(DB): Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' only
This commit is contained in:
sudlud
2023-12-26 13:53:13 +01:00
committed by GitHub
parent fa884ae385
commit 66f3bc576b

View File

@@ -0,0 +1,4 @@
-- Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' only
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 8) AND (`guid` = 146624);
INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES
(8, 146624);