diff options
author | offl <offl@users.noreply.github.com> | 2020-08-15 02:19:28 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-15 02:19:28 +0300 |
commit | ee6d6426fa4680ffe3604a6edaa284056b18a5c2 (patch) | |
tree | 3adacdf31b5f6f9f9bd41d16aa1a130be1dead5f | |
parent | 40e47778316b492e2e51f6b82d82420faf82259b (diff) |
DB/Misc: Add correct teleport positions to one areatrigger and some spells from sniffs
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_15_05_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_15_05_world_335.sql b/sql/updates/world/3.3.5/2020_08_15_05_world_335.sql new file mode 100644 index 00000000000..4ba99047e49 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_15_05_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `areatrigger_teleport` SET `target_position_x` = 801.505, `target_position_y` = 618.052, `target_position_z` = 412.393, `target_orientation` = 3.141593, `VerifiedBuild` = 11159 WHERE `ID` = 5505; +UPDATE `spell_target_position` SET `PositionX` = 1469.96, `PositionY` = -4222.51, `PositionZ` = 58.9938, `Orientation` = 0, `VerifiedBuild` = 11159 WHERE `ID` = 17609; +UPDATE `spell_target_position` SET `PositionX` = 2359.64, `PositionY` = -5662.41, `PositionZ` = 382.28, `Orientation` = 0.596899, `VerifiedBuild` = 11159 WHERE `ID` = 53822; |