Improved previous commit.
This commit is contained in:
parent
21a99102e4
commit
b8304ee76a
@ -60,7 +60,6 @@ public final class Kekropus extends AbstractNpcAI
|
|||||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||||
{
|
{
|
||||||
String htmltext = null;
|
String htmltext = null;
|
||||||
final int status = GrandBossManager.getInstance().getBossStatus(HELIOS);
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "teleport":
|
case "teleport":
|
||||||
@ -70,6 +69,7 @@ public final class Kekropus extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "helios":
|
case "helios":
|
||||||
{
|
{
|
||||||
|
final int status = GrandBossManager.getInstance().getBossStatus(HELIOS);
|
||||||
if (player.isGM())
|
if (player.isGM())
|
||||||
{
|
{
|
||||||
player.teleToLocation(RAID_ENTER_LOC, true);
|
player.teleToLocation(RAID_ENTER_LOC, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user