diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2015-10-18 03:55:14 +0200 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2015-11-14 20:12:50 +0100 |
| commit | 9c99a1d0c7d802fdaf8f944f73aa7eb2a6560950 (patch) | |
| tree | 65d2d27a17a2dd0fd3c9d6e7fa5e364e1a6cf5a1 /sql | |
| parent | 9fe29de260b704603f40a8912c66dccf76fd0db8 (diff) | |
Core/Commands: Added transport position for command .gps
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_11_14_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_14_00_world.sql b/sql/updates/world/2015_11_14_00_world.sql new file mode 100644 index 00000000000..b3e49eb1114 --- /dev/null +++ b/sql/updates/world/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)'); |
