fix(DB/Creature): Remove 'Dead Alliance Soldier' from Icecrown spawn (#25827)

This commit is contained in:
Vox
2026-05-17 19:25:43 -04:00
committed by GitHub
parent 7e229e99fa
commit 53f2c04b32

View File

@@ -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));