mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove Captured Rageclaw DB spawns as summoned by a script
(cherry picked from commit 0e20c63b22)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id`=29686;
|
||||
DELETE FROM `spawn_group` WHERE `spawnId` IN (119104, 119105, 119106, 119107, 119108, 119109, 119110, 119111, 119114, 119115, 119116, 119117, 119118, 119119, 119120, 119121, 119143) AND `spawnType`=0;
|
||||
Reference in New Issue
Block a user