Force setting quest step to 1 when dropping blue gemstone.
This commit is contained in:
parent
e33c09590d
commit
cc3f3d32e1
@ -403,6 +403,7 @@ public class Q00999_T0Tutorial extends Quest
|
||||
{
|
||||
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
||||
playSound(player, "ItemSound.quest_tutorial");
|
||||
st.set("step", "1");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
@ -415,6 +415,7 @@ public class Q00999_T1Tutorial extends Quest
|
||||
{
|
||||
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
||||
playSound(player, "ItemSound.quest_tutorial");
|
||||
st.set("step", "1");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
@ -415,6 +415,7 @@ public class Q00999_T1Tutorial extends Quest
|
||||
{
|
||||
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
||||
playSound(player, "ItemSound.quest_tutorial");
|
||||
st.set("step", "1");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user