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:
parent
0521a314b5
commit
49424be66e
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1582638956577578400');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (84366, 84368);
|
||||
Loading…
Add table
Add a link
Reference in a new issue