Sfoglia il codice sorgente

Adding missing break in Go Get the Calculator (347) quest

Reported by: lucan
Patch by: lucan
Reviewed by: @St3eT, @Zoey76
Zoey76 10 anni fa
parent
commit
64b831e169

+ 2 - 0
L2J_DataPack/dist/game/data/scripts/quests/Q00347_GoGetTheCalculator/Q00347_GoGetTheCalculator.java

@@ -206,6 +206,7 @@ public final class Q00347_GoGetTheCalculator extends Quest
 						{
 							htmltext = "30533-03.html";
 						}
+						break;
 					}
 					case SILVERA:
 					{
@@ -242,6 +243,7 @@ public final class Q00347_GoGetTheCalculator extends Quest
 								break;
 							}
 						}
+						break;
 					}
 				}
 				break;