DB/Creature: Remove wrong spawned Raging Owlbeast and Zhevra Runner

closes #27075 by CraftedRO
This commit is contained in:
Aokromes
2024-05-26 14:17:44 +02:00
committed by GitHub
parent 9e83caa45d
commit 623180a45a

View 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);