Scritpts/Commands: Fix area name display if no area present. Closes #21727.

(cherry picked from commit 2a50f9202b)
This commit is contained in:
Treeston
2018-08-16 12:43:36 +02:00
committed by Shauren
parent c16164f68d
commit abaf5d8068
3 changed files with 21 additions and 8 deletions

View File

@@ -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');