diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-12-11 17:36:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-11 17:36:17 +0100 |
| commit | 0f66eb5ee5b9765ff03755b3db93fb2998a39281 (patch) | |
| tree | 852c874b1c7fefc68cf55c0e0ebd34321de56b3b | |
| parent | dba354a33dec13c64edcd08e03542fcb096b0cc9 (diff) | |
DB/Creature: Delete a Wendigo npc underground spawned
closes #31557
by azerothcore
| -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; |
