diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-12-12 18:59:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 18:59:23 +0100 |
commit | 4e3553dab9b6128704449cf0c5ee02f3ee5fbf3b (patch) | |
tree | 3e6be0a376dc4afea1e4321a690608ab6156fcf3 | |
parent | 787009f247b7d9adf9d17cbfc16c4b41b3c12228 (diff) |
Update 2023_12_12_02_world.sql
-rw-r--r-- | sql/updates/world/master/2023_12_12_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2023_12_12_02_world.sql b/sql/updates/world/master/2023_12_12_02_world.sql index dd6b53d85af..1ffd5ed9482 100644 --- a/sql/updates/world/master/2023_12_12_02_world.sql +++ b/sql/updates/world/master/2023_12_12_02_world.sql @@ -2,7 +2,7 @@ SET @TRIGGER_SPAWN_ID := 50; SET @TRIGGER_ID := 50; DELETE FROM `areatrigger_template` WHERE `Id` BETWEEN @TRIGGER_ID+0 AND @TRIGGER_ID+3; -INSERT INTO `world`.`areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `VerifiedBuild`) VALUES +INSERT INTO `areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `VerifiedBuild`) VALUES (@TRIGGER_ID+0, 0, 1, 4, 2, 16, 2.3, 2, 16, 2.3, 0, 0, 0), (@TRIGGER_ID+1, 1, 0, 0, 70, 70, 0, 0, 0, 0, 0, 0, 0), (@TRIGGER_ID+2, 1, 1, 0, 20, 20, 10, 20, 20, 10, 0, 0, 0), |