From 2a50f9202bc36faf2b8b48cf52f2f86d974a4544 Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 16 Aug 2018 12:43:36 +0200 Subject: Scritpts/Commands: Fix area name display if no area present. Closes #21727. --- sql/updates/world/3.3.5/2018_08_16_02_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_16_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_08_16_02_world_335.sql b/sql/updates/world/3.3.5/2018_08_16_02_world_335.sql new file mode 100644 index 00000000000..b6f3f34aa31 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_16_02_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` IN (848,882); +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(848,'│ Map: %s, Zone: %s'), +(882,'│ Map: %s, Zone: %s, Area: %s'); -- cgit v1.2.3