diff options
-rw-r--r-- | sql/updates/world/master/2024_01_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_05_03_world.sql b/sql/updates/world/master/2024_01_05_03_world.sql index fd58d66bf64..1d271020b56 100644 --- a/sql/updates/world/master/2024_01_05_03_world.sql +++ b/sql/updates/world/master/2024_01_05_03_world.sql @@ -1 +1,4 @@ UPDATE `areatrigger` SET `AreaTriggerCreatePropertiesId`=45 WHERE `SpawnId`=56; +UPDATE `areatrigger` SET `SpawnId`=57, `AreaTriggerCreatePropertiesId`=45 WHERE `SpawnId`=100001; +UPDATE `areatrigger_create_properties` SET `AreaTriggerId`=57 WHERE `Id`=45 AND `IsCustom`=1; +UPDATE `areatrigger_create_properties_polygon_vertex` SET `AreaTriggerCreatePropertiesId`=45 WHERE `AreaTriggerCreatePropertiesId`=100000 AND `IsCustom`=1; |