diff options
| author | jackpoz <giacomopoz@gmail.com> | 2020-12-27 17:14:22 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2020-12-27 17:14:22 +0100 |
| commit | 9994459bd197d5555cfa16ab3d35d9c362a563fd (patch) | |
| tree | d5d8454f721f74eb53401d482deeafc3befb9433 /sql | |
| parent | f62306f52d28f8c16047b27bd741d4356958da75 (diff) | |
Scripts/Commands: Include map min height in ".gps" command
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_12_27_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_12_27_05_world.sql b/sql/updates/world/3.3.5/2020_12_27_05_world.sql new file mode 100644 index 00000000000..fecd8eb8a9f --- /dev/null +++ b/sql/updates/world/3.3.5/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'; |
