mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
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:
1
data/sql/updates/pending_db_world/bonelasher-oob.sql
Normal file
1
data/sql/updates/pending_db_world/bonelasher-oob.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `creature` WHERE `guid` IN (66458, 66459) AND `id1` = 18470;
|
||||
Reference in New Issue
Block a user