From 66f3bc576b40619cdf9e8f94521513fdf1969f39 Mon Sep 17 00:00:00 2001 From: sudlud Date: Tue, 26 Dec 2023 13:53:13 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Spawn=20NPC=20'Crown=20Apot?= =?UTF-8?q?hecary'=20for=20event=20'Love=20is=20in=20the=20Air'=20?= =?UTF-8?q?=E2=80=A6=20(#18066)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB): Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' only --- data/sql/updates/pending_db_world/rev_1703593697194565600.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1703593697194565600.sql 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);