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

Port From (https://github.com/TrinityCore/TrinityCore/commit/abaf5d80685ff0dbfc766a074aa89b3481092f47)
This commit is contained in:
hondacrx
2021-10-20 22:33:39 -04:00
parent 4ea48fdff0
commit f2eb6a9044
3 changed files with 21 additions and 8 deletions
@@ -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');