Atelia status AI.
Contributed by hlwrave.
This commit is contained in:
@ -87,6 +87,8 @@ public class L2Spawn implements IPositionable, IIdentifiable, INamable
|
||||
private String _areaName;
|
||||
private int _globalMapId;
|
||||
|
||||
private String _title = "";
|
||||
|
||||
/** The task launching the function doSpawn() */
|
||||
class SpawnTask implements Runnable
|
||||
{
|
||||
@ -687,6 +689,14 @@ public class L2Spawn implements IPositionable, IIdentifiable, INamable
|
||||
{
|
||||
mob.setTitle(mob.getTemplate().getTitle());
|
||||
}
|
||||
else
|
||||
{
|
||||
mob.setTitle(_title);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Reset summoner
|
||||
mob.setSummoner(null);
|
||||
|
Reference in New Issue
Block a user