mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
DB/Gameobject: Remove gameobjects with negative respawn time from dynamic scaling spawn group
(cherry picked from commit 68557e9ca3)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
DELETE FROM `spawn_group` WHERE `spawnType` = 1 AND `groupId` = 2 AND `spawnId` IN (SELECT `guid` FROM `gameobject` WHERE `spawntimesecs` < 0);
|
||||
Reference in New Issue
Block a user