DB/Creature: Delete a Wendigo npc underground spawned

closes #31557
by azerothcore
This commit is contained in:
Aokromes
2025-12-11 17:36:17 +01:00
committed by GitHub
parent dba354a33d
commit 0f66eb5ee5

View File

@@ -0,0 +1,4 @@
-- Remove Wendigo npc underground spawned
DELETE FROM `creature` WHERE `guid`=3564 AND `id`=1135;
-- Remove from spawn_group too
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=3564;