fix(DB/creature): Remove Bonelashers inside of a wall. (#14379)

* GET OUT OF MY WALLS

* MY WALLS ARE NOT FOR BIRDS

* Add a little more specificity to the delete.

* Adhere to the newly proposed SQL standard.
This commit is contained in:
Benjamin Jackson
2022-12-30 16:51:26 -05:00
committed by GitHub
parent 718454fd48
commit 7729684bf0

View File

@@ -0,0 +1 @@
DELETE FROM `creature` WHERE `guid` IN (66458, 66459) AND `id1` = 18470;