diff options
-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; |