We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba354a commit 0f66eb5Copy full SHA for 0f66eb5
1 file changed
sql/updates/world/3.3.5/2025_12_11_03_world.sql
@@ -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