mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Commands: Added transport position for command .gps
(cherry picked from commit 9c99a1d0c7)
This commit is contained in:
committed by
Aokromes
parent
63b5366347
commit
f42e6647e4
3
sql/updates/world/2016_03_12_2015_11_14_00_world.sql
Normal file
3
sql/updates/world/2016_03_12_2015_11_14_00_world.sql
Normal 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)');
|
||||
Reference in New Issue
Block a user