mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: Add correct teleport positions to one areatrigger and some spells from sniffs
This commit is contained in:
4
sql/updates/world/3.3.5/2020_08_15_05_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2020_08_15_05_world_335.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user