diff --git a/data/sql/updates/pending_db_world/rev_1703593697194565600.sql b/data/sql/updates/pending_db_world/rev_1703593697194565600.sql new file mode 100644 index 000000000..fe57173a8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1703593697194565600.sql @@ -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);