Partial sync L2jUnity free release Feb 20th 2015.

This commit is contained in:
MobiusDev
2016-10-28 08:58:02 +00:00
parent 4628bd3d86
commit 01a48c62cd
219 changed files with 1825 additions and 2935 deletions

View File

@@ -117,7 +117,7 @@ public final class FactionManager extends AbstractNpcAI
{
if (npc != null)
{
broadcastNpcSay(npc, ChatType.NPC_GENERAL, TEXTS[getRandom(TEXTS.length)]);
npc.broadcastSay(ChatType.NPC_GENERAL, TEXTS[getRandom(TEXTS.length)]);
}
break;
}