mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/DB: Move every gameobject that uses the spawntimesecs < 0 hack into the legacy spawn group
This commit is contained in:
2
sql/updates/world/3.3.5/2020_08_16_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2020_08_16_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
INSERT IGNORE INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) SELECT 1,1,`guid` FROM `gameobject` WHERE `spawntimesecs` < 0;
|
||||
Reference in New Issue
Block a user