mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
fix(DB/Creature): Remove 'Dead Alliance Soldier' from Icecrown spawn (#25827)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
-- Remove Dead Alliance Soldier spawn point and creature addon
|
||||
DELETE FROM `creature` WHERE `id1` = 31281 AND `guid` = 121653;
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (121653));
|
||||
Reference in New Issue
Block a user