mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1582638956577578400');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (84366, 84368);
|
||||
Reference in New Issue
Block a user