Scritpts/Commands: Fix area name display if no area present.
Port From (https://github.com/TrinityCore/TrinityCore/commit/abaf5d80685ff0dbfc766a074aa89b3481092f47)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user