diff options
author | ModoX <moardox@gmail.com> | 2024-01-05 18:54:02 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-01-05 18:54:02 +0100 |
commit | 750b99fca0afa125779afe540c9f8ec03f6f29ac (patch) | |
tree | d5d0ff78105b985ad64de24839898853ba14c7e3 | |
parent | 1e4e2d953a4546cfb7a5ad1265036778f7cfbd7d (diff) |
DB/AreaTrigger: Fix id of 1e4e2d953a4546cfb7a5ad1265036778f7cfbd7d
-rw-r--r-- | sql/updates/world/master/2024_01_05_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_05_02_world.sql b/sql/updates/world/master/2024_01_05_02_world.sql new file mode 100644 index 00000000000..cb180e2d217 --- /dev/null +++ b/sql/updates/world/master/2024_01_05_02_world.sql @@ -0,0 +1,3 @@ +UPDATE `areatrigger_template` SET `Id`=57 WHERE `Id` = 100000 AND `IsCustom` = 1; +UPDATE `areatrigger` SET `SpawnId`=56 WHERE `SpawnId`=100000; +UPDATE `areatrigger_create_properties` SET `Id`=45 WHERE `Id`=100000 AND `IsCustom`=1; |