fix(DB/creature): Remove duplicates Cenarion Stormcrow (#2708)

The 2 creatures with guid 84366, 84368 are wrong and will be removed.

Co-authored-by: Endeffect93 <55922592+Endeffect93@users.noreply.github.com>
This commit is contained in:
LukasVolgger 2020-03-22 22:44:16 +01:00 committed by GitHub
parent 0521a314b5
commit 49424be66e
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 ('1582638956577578400');
DELETE FROM `creature` WHERE `guid` IN (84366, 84368);