mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user