fix(DB/Creature): Remove Neophyte Guardian spawn (#14409)

* fix(DB/Creature): Remove Neophyte Guardian spawn

* Update neophyteguardianbegone.sql
This commit is contained in:
Samsequel 2022-12-30 21:57:16 +01:00 committed by GitHub
parent 80061d582e
commit 0eb85c0bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
DELETE FROM `creature` WHERE `id1` = 21312 AND `GUID` = 85563 ;