mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 14:29:33 -04:00
DB/Areatrigger: Fix orientations of some areatrigger_teleports.
Thanks Aokromes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `areatrigger_teleport` SET `target_orientation`=2.58 WHERE `id`=4008; -- Fixes AQ20 entrance rotation
|
||||
UPDATE `areatrigger_teleport` SET `target_orientation`=3.779335 WHERE `id`=503; -- Fixes Stockades exit rotation
|
||||
UPDATE `areatrigger_teleport` SET `name`= 'Sethekk Halls (Exit)',`target_orientation`=1.65638 WHERE `id`=4399; -- Fixes Sethekk Halls exit rotation and name for trigger
|
||||
UPDATE `areatrigger_teleport` SET `name`= 'Auchenai Crypts (Exit)',`target_orientation`=4.672236 WHERE `id`=4403; -- Fixes Auchenai Crypts exit rotation and name for trigger
|
||||
Reference in New Issue
Block a user