mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Delete a Wendigo npc underground spawned
closes #31557 by azerothcore
This commit is contained in:
4
sql/updates/world/3.3.5/2025_12_11_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2025_12_11_03_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user