diff options
author | ariel- <ariel.silva305@gmail.com> | 2015-03-19 06:08:27 -0300 |
---|---|---|
committer | ariel- <ariel.silva305@gmail.com> | 2015-03-19 06:08:27 -0300 |
commit | 461daadcaf0cafa410c740e6376090c27a1df8ff (patch) | |
tree | 914be24f156f34687e3f2daeb6c19de6a7e15037 /sql | |
parent | 2ac40775a2b915e2315198d7ca66944384fc5d16 (diff) |
Split up LANG_MAP_POSITION to fix a crash when issuing .gps command
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_MM_DD_NN_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_MM_DD_NN_world.sql b/sql/updates/world/2015_MM_DD_NN_world.sql new file mode 100644 index 00000000000..1d87dafb9f1 --- /dev/null +++ b/sql/updates/world/2015_MM_DD_NN_world.sql @@ -0,0 +1,4 @@ +UPDATE `trinity_string` SET `content_default` = 'Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u\nX: %f Y: %f Z: %f Orientation: %f' WHERE `entry` = 101; +DELETE FROM `trinity_string` WHERE `entry` = 178; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(178, 'grid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u MMap: %u)'); |