From 9c99a1d0c7d802fdaf8f944f73aa7eb2a6560950 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 18 Oct 2015 03:55:14 +0200 Subject: Core/Commands: Added transport position for command .gps --- sql/updates/world/2015_11_14_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_11_14_00_world.sql (limited to 'sql') 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)'); -- cgit v1.2.3