Finish instance for Tauti.
This commit is contained in:
parent
697a6801b6
commit
9152b416bf
@ -221,6 +221,7 @@ public final class TautiWarzone extends AbstractInstance
|
|||||||
final Instance world = npc.getInstanceWorld();
|
final Instance world = npc.getInstanceWorld();
|
||||||
playMovie(world.getPlayers(), Movie.SC_TAUTI_ENDING);
|
playMovie(world.getPlayers(), Movie.SC_TAUTI_ENDING);
|
||||||
npc.deleteMe();
|
npc.deleteMe();
|
||||||
|
world.finishInstance(5 * 60 * 1000);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user