diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2015-10-18 03:55:14 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-12 21:37:40 +0100 |
| commit | 782bc7cfaa086d4ba2b01cbeb0b8963dd27d75f1 (patch) | |
| tree | df172352f0cd6a5d9ae45cf5b759ec75f80d618b /sql | |
| parent | 2a37266269d317a7856ce2126c812f56cbd00691 (diff) | |
Core/Commands: Added transport position for command .gps
(cherry picked from commit 9c99a1d0c7d802fdaf8f944f73aa7eb2a6560950)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_03_12_2015_11_14_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_12_2015_11_14_00_world.sql b/sql/updates/world/2016_03_12_2015_11_14_00_world.sql new file mode 100644 index 00000000000..b3e49eb1114 --- /dev/null +++ b/sql/updates/world/2016_03_12_2015_11_14_00_world.sql @@ -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)'); |
