mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Scritpts/Commands: Fix area name display if no area present. Closes #21727.
(cherry picked from commit 2a50f9202b)
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