diff options
| author | Aokromes <aokromes@trinitycore.contrib> | 2011-07-05 03:16:46 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-07-05 03:16:46 +0100 |
| commit | 0039ca5861b869d5dcb380470a434da0a7e2391a (patch) | |
| tree | bcd286c1759d67d223ee54a491c661823dc99b9b | |
| parent | 19cd259113e3788ec1b4b07654d5899b2fbaa881 (diff) | |
DB/Instance: Fix character orientation on ZG entrance and exit
| -rw-r--r-- | sql/updates/world/2011_07_05_00_world_areatrigger_teleport.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_05_00_world_areatrigger_teleport.sql b/sql/updates/world/2011_07_05_00_world_areatrigger_teleport.sql new file mode 100644 index 00000000000..b5ee4cecb87 --- /dev/null +++ b/sql/updates/world/2011_07_05_00_world_areatrigger_teleport.sql @@ -0,0 +1,3 @@ +-- More areatrigger_teleport fixes +UPDATE `areatrigger_teleport` SET `target_orientation`=4.718671 WHERE `id`=3928; -- Zul Gurub entrance +UPDATE `areatrigger_teleport` SET `target_orientation`=1.617921 WHERE `id`=3930; -- Zul Gurub exit |
