Skip to content

Commit 0f66eb5

Browse files
authored
DB/Creature: Delete a Wendigo npc underground spawned
closes #31557 by azerothcore
1 parent dba354a commit 0f66eb5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Remove Wendigo npc underground spawned
2+
DELETE FROM `creature` WHERE `guid`=3564 AND `id`=1135;
3+
-- Remove from spawn_group too
4+
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=3564;

0 commit comments

Comments
 (0)