From 461daadcaf0cafa410c740e6376090c27a1df8ff Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 19 Mar 2015 06:08:27 -0300 Subject: Split up LANG_MAP_POSITION to fix a crash when issuing .gps command --- sql/updates/world/2015_MM_DD_NN_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_MM_DD_NN_world.sql (limited to 'sql') 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)'); -- cgit v1.2.3