Core/Commands: Added transport position for command .gps

(cherry picked from commit 9c99a1d0c7)
This commit is contained in:
Vincent-Michael
2015-10-18 03:55:14 +02:00
committed by Aokromes
parent 63b5366347
commit f42e6647e4
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `trinity_string` WHERE `entry`=186;
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
(186, 'TransMapID: %u TransOffsetX: %f TransOffsetY: %f TransOffsetZ: %f TransOffsetO: %f (Transport ID: %u %s)');