From 0eb85c0bfa664cd1064e42f30dac5a4b92201994 Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Fri, 30 Dec 2022 21:57:16 +0100 Subject: [PATCH] fix(DB/Creature): Remove Neophyte Guardian spawn (#14409) * fix(DB/Creature): Remove Neophyte Guardian spawn * Update neophyteguardianbegone.sql --- data/sql/updates/pending_db_world/neophyteguardianbegone.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/neophyteguardianbegone.sql diff --git a/data/sql/updates/pending_db_world/neophyteguardianbegone.sql b/data/sql/updates/pending_db_world/neophyteguardianbegone.sql new file mode 100644 index 000000000..62547e0d1 --- /dev/null +++ b/data/sql/updates/pending_db_world/neophyteguardianbegone.sql @@ -0,0 +1 @@ +DELETE FROM `creature` WHERE `id1` = 21312 AND `GUID` = 85563 ;