Commented AncientArcanCity onSpawnDeactivate.
Contributed by gigilo1968.
This commit is contained in:
@@ -146,11 +146,11 @@ public final class AncientArcanCity extends AbstractNpcAI
|
||||
_templates.add(template);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSpawnDeactivate(SpawnTemplate template)
|
||||
{
|
||||
_templates.remove(template);
|
||||
}
|
||||
// @Override
|
||||
// public void onSpawnDeactivate(SpawnTemplate template)
|
||||
// {
|
||||
// _templates.remove(template);
|
||||
// }
|
||||
|
||||
@Override
|
||||
public void onSpawnNpc(SpawnTemplate template, SpawnGroup group, L2Npc npc)
|
||||
|
@@ -146,11 +146,11 @@ public final class AncientArcanCity extends AbstractNpcAI
|
||||
_templates.add(template);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSpawnDeactivate(SpawnTemplate template)
|
||||
{
|
||||
_templates.remove(template);
|
||||
}
|
||||
// @Override
|
||||
// public void onSpawnDeactivate(SpawnTemplate template)
|
||||
// {
|
||||
// _templates.remove(template);
|
||||
// }
|
||||
|
||||
@Override
|
||||
public void onSpawnNpc(SpawnTemplate template, SpawnGroup group, L2Npc npc)
|
||||
|
Reference in New Issue
Block a user