fix(DB/Creature): Remove custom-placed Shadowmoon Retainers in Eclipse Point (#15112)

This commit is contained in:
Gultask 2023-02-18 22:50:56 -03:00 committed by GitHub
parent 65471801e6
commit 2953d97354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
DELETE FROM `creature` WHERE `id1`=22102 AND `guid` IN (86101, 86102);