forked from 2009Scape/Server
Fixed Creature of Fenkenstrain quest point reward
This commit is contained in:
parent
5a6a148cfc
commit
098d947d87
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ val CREATURE_OF_FENKENSTRAIN = "Creature of Fenkenstrain"
|
|||
* 100 - Stoped Fenkenstrain by stealing ring of charos
|
||||
*/
|
||||
@Initializable
|
||||
class CreatureOfFenkenstrain : Quest("Creature of Fenkenstrain", 41, 40, 1, 399, 0, 1, 9) {
|
||||
class CreatureOfFenkenstrain : Quest("Creature of Fenkenstrain", 41, 40, 2, 399, 0, 1, 9) {
|
||||
|
||||
companion object {
|
||||
const val questName = "Creature of Fenkenstrain"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue