diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2025_12_11_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_12_11_03_world.sql b/sql/updates/world/3.3.5/2025_12_11_03_world.sql new file mode 100644 index 00000000000..cafd21511b0 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_03_world.sql @@ -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; |
