forked from 2009Scape/Server
Fixed shield of arrav progression getting stuck, can now talk to tramp if you haven't joined a gang
This commit is contained in:
parent
43479e23f6
commit
278944b892
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ class CharlieTheTrampDialogue(player: Player? = null) : DialoguePlugin(player){
|
|||
if (!player.questRepository.hasStarted(q)) {
|
||||
player.questRepository.getQuest(q).start(player)
|
||||
player.questRepository.getQuest(q).setStage(player,50)
|
||||
} else if (!ShieldofArrav.isBlackArm(player) && !ShieldofArrav.isPhoenix(player)) {
|
||||
player.questRepository.getQuest(q).setStage(player, 50)
|
||||
}
|
||||
end()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue