mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Areatrigger: Add correct teleport position to one areatrigger & update VerifiedBuild
This commit is contained in:
3
sql/updates/world/3.3.5/2020_09_09_07_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2020_09_09_07_world_335.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `areatrigger_teleport` SET `VerifiedBuild` = 12340 WHERE `ID` IN (5209,5258,5505);
|
||||
UPDATE `areatrigger_teleport` SET /*Naxxramas (entrance1)*/ `target_position_x`=3005.67, `target_position_y`=-3454.14, `target_position_z`=297.125, `target_orientation`=4.7123895, `VerifiedBuild`=12340 WHERE `ID`=5191;
|
||||
Reference in New Issue
Block a user