Added missing final modifiers.
This commit is contained in:
trunk/dist/game/data/scripts/quests/Q00117_TheOceanOfDistantStars/Q00117_TheOceanOfDistantStars.java
Vendored
+1
-1
@@ -215,7 +215,7 @@ public final class Q00117_TheOceanOfDistantStars extends Quest
|
||||
@Override
|
||||
public String onTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
QuestState qs = getQuestState(player, true);
|
||||
final QuestState qs = getQuestState(player, true);
|
||||
String htmltext = getNoQuestMsg(player);
|
||||
if (qs.isCompleted())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user