Skip to content

Commit

Permalink
fix(DB/Creature): Spawn NPC 'Crown Apothecary' for event 'Love is in …
Browse files Browse the repository at this point in the history
…the Air' … (azerothcore#18066)

fix(DB): Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' only
  • Loading branch information
sudlud authored Dec 26, 2023
1 parent fa884ae commit 66f3bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/sql/updates/pending_db_world/rev_1703593697194565600.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 66f3bc5

Please sign in to comment.