forked from 2009Scape/Server
Corrected quizmaster lamp reward
This commit is contained in:
parent
6362eee753
commit
83b8689b86
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class QuizMasterDialogueFile : DialogueFile() {
|
|||
|
||||
// Random Item should be "Mystery Box", but the current MYSTERY_BOX_6199 is already inauthentically used by Giftmas.
|
||||
val tableRoll = WeightBasedTable.create(
|
||||
WeightedItem(Items.LAMP_6796, 1, 1, 1.0, false),
|
||||
WeightedItem(Items.LAMP_2528, 1, 1, 1.0, false),
|
||||
WeightedItem(Items.CABBAGE_1965, 1, 1, 1.0, false),
|
||||
WeightedItem(Items.DIAMOND_1601, 1, 1, 1.0, false),
|
||||
WeightedItem(Items.BUCKET_1925, 1, 1, 1.0, false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue