Addition of localisations for custom player messages.

This commit is contained in:
MobiusDevelopment
2019-07-13 10:26:43 +00:00
parent 6d4d57cf6c
commit 95ba581cf5
78 changed files with 2457 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ import org.l2jmobius.gameserver.data.xml.impl.NpcData;
import org.l2jmobius.gameserver.data.xml.impl.OptionData;
import org.l2jmobius.gameserver.data.xml.impl.PrimeShopData;
import org.l2jmobius.gameserver.data.xml.impl.SayuneData;
import org.l2jmobius.gameserver.data.xml.impl.SendMessageLocalisationData;
import org.l2jmobius.gameserver.data.xml.impl.SkillData;
import org.l2jmobius.gameserver.data.xml.impl.TeleportersData;
import org.l2jmobius.gameserver.data.xml.impl.TransformData;
@@ -338,6 +339,7 @@ public class AdminReload implements IAdminCommandHandler
{
SystemMessageId.loadLocalisations();
NpcStringId.loadLocalisations();
SendMessageLocalisationData.getInstance().load();
AdminData.getInstance().broadcastMessageToGMs(activeChar.getName() + ": Reloaded Localisation data.");
break;
}