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.
This commit is contained in:
5
sql/updates/world/3.3.5/2018_08_16_02_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2018_08_16_02_world_335.sql
Normal 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');
|
||||
Reference in New Issue
Block a user