diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-12-27 17:14:22 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-05 17:01:36 +0100 |
commit | 13bf0e71b94907cc72c3907f9cddc501a7bdb563 (patch) | |
tree | 2450af853a81e899c3cd6986449d91f089aae2d3 /sql | |
parent | c6df84da7047a87d0f3e51d12c11c54bb0337095 (diff) |
Scripts/Commands: Include map min height in ".gps" command
(cherry picked from commit 9994459bd197d5555cfa16ab3d35d9c362a563fd)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_03_05_28_world_2020_12_27_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_28_world_2020_12_27_05_world.sql b/sql/updates/world/master/2022_03_05_28_world_2020_12_27_05_world.sql new file mode 100644 index 00000000000..fecd8eb8a9f --- /dev/null +++ b/sql/updates/world/master/2022_03_05_28_world_2020_12_27_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trinity_string` SET `content_default` = 'grid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f MinHeight: %f Have height data (Map: %u VMap: %u MMap: %u)' WHERE `entry` = '178'; |