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

@@ -172,6 +172,7 @@ public class Q10673_SagaOfLegend extends Quest
case State.CREATED:
{
htmltext = "30857-01.htm";
break;
}
case State.STARTED:
{

View File

@@ -136,6 +136,7 @@ public class Q10955_NewLifeLessons extends Quest
case State.CREATED:
{
htmltext = "34210-01.html";
break;
}
case State.STARTED:
{

View File

@@ -154,6 +154,7 @@ public class Q10956_WeSylphs extends Quest
case State.CREATED:
{
htmltext = "34210-01.html";
break;
}
case State.STARTED:
{

View File

@@ -138,6 +138,7 @@ public class Q10957_TheLifeOfADeathKnight extends Quest
case State.CREATED:
{
htmltext = "34138-01.htm";
break;
}
case State.STARTED:
{

View File

@@ -131,6 +131,7 @@ public class Q10958_ExploringNewOpportunities extends Quest
case State.CREATED:
{
htmltext = "34138-01.htm";
break;
}
case State.STARTED:
{

View File

@@ -142,6 +142,7 @@ public class Q10959_ChallengingYourDestiny extends Quest
case State.CREATED:
{
htmltext = "34139-01.htm";
break;
}
case State.STARTED:
{

View File

@@ -111,8 +111,8 @@ public class Q10974_NewStylishEquipment extends Quest
break;
}
htmltext = "no_sheep_hat.html";
break;
}
break;
}
case "30857-05.html":
{
@@ -149,8 +149,8 @@ public class Q10974_NewStylishEquipment extends Quest
break;
}
htmltext = "no_belt.html";
break;
}
break;
}
case "30857-07.html":
{
@@ -187,8 +187,8 @@ public class Q10974_NewStylishEquipment extends Quest
break;
}
htmltext = "no_cloak.html";
break;
}
break;
}
case "reward":
{