mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creature: Remove wrong spawned Raging Owlbeast and Zhevra Runner
closes #27075 by CraftedRO
This commit is contained in:
3
sql/updates/world/3.3.5/2024_05_26_04_world.sql
Normal file
3
sql/updates/world/3.3.5/2024_05_26_04_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Remove wrong spawned Raging Owlbeast and Zhevra Runner
|
||||
DELETE FROM `creature` WHERE `guid` IN (41372,18658) AND `id` IN (7451,3242);
|
||||
DELETE FROM `spawn_group` WHERE `spawnId` IN (41372,18658);
|
||||
Reference in New Issue
Block a user