Core/DB: Move every gameobject that uses the spawntimesecs < 0 hack into the legacy spawn group

This commit is contained in:
Treeston
2020-08-16 16:02:04 +02:00
parent 4125a81bb1
commit b74dc4754d

View File

@@ -0,0 +1,2 @@
--
INSERT IGNORE INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) SELECT 1,1,`guid` FROM `gameobject` WHERE `spawntimesecs` < 0;