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:
parent
718454fd48
commit
7729684bf0
1 changed files with 1 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue