DB/Creature: Remove Captured Rageclaw DB spawns as summoned by a script

(cherry picked from commit 0e20c63b22)
This commit is contained in:
Killyana
2020-01-09 21:11:05 +01:00
committed by Shauren
parent bfde919694
commit c0039e614e

View File

@@ -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;