Fixed unconditional break switch cases.

This commit is contained in:
MobiusDevelopment
2021-10-18 21:21:12 +00:00
parent 4eb1b64aa7
commit d7a310b070
93 changed files with 127 additions and 32 deletions

View File

@@ -278,10 +278,12 @@ public class ClassTransferTalk extends AbstractNpcAI
break;
}
htmltext = "30505-01.html";
break;
}
case RAYMOND:
{
htmltext = "30289-01.html";
break;
}
}
}

View File

@@ -329,6 +329,7 @@ public class EvilIncubator extends AbstractInstance
{
st.setCond(13, true);
giveItems(player, SOE, 1);
break;
}
case 13:
{

View File

@@ -147,8 +147,8 @@ public class PrisonOfDarkness extends AbstractInstance
break;
}
getTimers().addTimer("CHANGE_POSITION", (60000 * npcVars.getInt("TIME_MULTIPLER", 5)), npc, null);
break;
}
break;
}
case "START_BOSS":
{

View File

@@ -108,8 +108,8 @@ public class ThroneOfHeroesTauti extends AbstractInstance
{
showOnScreenMsg(world, NpcStringId.FIVE_SECONDS, ExShowScreenMessage.TOP_CENTER, 1000, true);
startQuestTimer("ANNOUNCE_4", 1000, null, player);
break;
}
break;
}
case "ANNOUNCE_4":
{