diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-09 22:19:14 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-09 22:19:14 +0100 |
| commit | ce0add2121222f362537fff3f680d32cd55afe02 (patch) | |
| tree | 54a237c1fd903587210241c8723b26756d1068ac /sql | |
| parent | 56daf736e4bf6b91b9330d4c5369ce2dbc8c455a (diff) | |
Core/Commands: Add mmaps check for command .gps
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_03_09_03_world_trinity_string.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_09_03_world_trinity_string.sql b/sql/updates/world/2013_03_09_03_world_trinity_string.sql new file mode 100644 index 00000000000..3e93289711a --- /dev/null +++ b/sql/updates/world/2013_03_09_03_world_trinity_string.sql @@ -0,0 +1,5 @@ +UPDATE `trinity_string` SET `content_default`='Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u +X: %f Y: %f Z: %f Orientation: %f +grid[%u,%u]cell[%u,%u] InstanceID: %u + ZoneX: %f ZoneY: %f +GroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u MMap: %u)' WHERE `entry`=101; |
