fix(DB/Creature): Remove Skeletal Executioner from Silverpine Forest (#5251)
* fix(DB/Creature): Removed Skeletal Executioner from Silverpine Forest - Closes issue #5237 * Fix DB startup error
This commit is contained in:
parent
db7d754f3f
commit
a58d83f6f2
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618148212632025000');
|
||||
|
||||
DELETE FROM `creature` WHERE (`id` = 1787) AND (`guid` IN (52542));
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid`=52542;
|
||||
Loading…
Add table
Add a link
Reference in a new issue