From ee6d6426fa4680ffe3604a6edaa284056b18a5c2 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 15 Aug 2020 02:19:28 +0300 Subject: DB/Misc: Add correct teleport positions to one areatrigger and some spells from sniffs --- sql/updates/world/3.3.5/2020_08_15_05_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_15_05_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3