fix(DB/Creature): Remove Mistbat spawn in Eversong Woods (#5894)

This commit is contained in:
Raelorasz 2021-05-23 04:27:31 +02:00 committed by GitHub
parent f16f1c0a7c
commit 075276182c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1621188102505998900');
DELETE FROM `creature` WHERE (`id` = 16353) AND (`guid` IN (57016));