panther75

[Fixed] Q10797_CrossingFate

Nov 20th, 2022
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.67 KB | Fixit | 0 0
  1. 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
  2. index 7dbb583..5432ca5 100644
  3. --- a/L2J_Mobius_06.0_Fafurion/dist/game/data/scripts/quests/Q10797_CrossingFate/Q10797_CrossingFate.java
  4. +++ b/L2J_Mobius_06.0_Fafurion/dist/game/data/scripts/quests/Q10797_CrossingFate/Q10797_CrossingFate.java
  5. @@ -75,3 +75,2 @@
  6.     {
  7. -       String htmltext = null;
  8.         final QuestState qs = getQuestState(player, false);
  9. @@ -79,5 +78,6 @@
  10.         {
  11. -           return htmltext;
  12. +           return null;
  13.         }
  14.        
  15. +       String htmltext = event;
  16.         switch (event)
Tags: Q10797
Advertisement
Add Comment
Please, Sign In to add comment