aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-01-05 20:00:32 +0100
committerModoX <moardox@gmail.com>2024-01-05 20:00:32 +0100
commit40e6a4ea54aa40723b415362d6911c79f1442ab1 (patch)
tree90d30415733592b6aafb526d6c882d906aba3015
parent1396bf241c3c542e0779fe91280dba59f7546021 (diff)
DB/AreaTrigger: Fixed ids of missed tables..
750b99fca0afa125779afe540c9f8ec03f6f29ac followup
-rw-r--r--sql/updates/world/master/2024_01_05_03_world.sql3
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;