Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/L2J_Mobius_06.0_Fafurion/dist/game/data/scripts/quests/Q10797_CrossingFate/Q10797_CrossingFate.java b/L2J_Mobius_06.0_Fafurion/dist/game/data/scripts/quests/Q10797_CrossingFate/Q10797_CrossingFate.java
- index 7dbb583..5432ca5 100644
- --- a/L2J_Mobius_06.0_Fafurion/dist/game/data/scripts/quests/Q10797_CrossingFate/Q10797_CrossingFate.java
- +++ b/L2J_Mobius_06.0_Fafurion/dist/game/data/scripts/quests/Q10797_CrossingFate/Q10797_CrossingFate.java
- @@ -75,3 +75,2 @@
- {
- - String htmltext = null;
- final QuestState qs = getQuestState(player, false);
- @@ -79,5 +78,6 @@
- {
- - return htmltext;
- + return null;
- }
- + String htmltext = event;
- switch (event)
Advertisement
Add Comment
Please, Sign In to add comment