forked from 2009Scape/Server
Oil lantern firemaking requirement changed from 29 to 26 (authenticity fix)
This commit is contained in:
parent
25fb27040c
commit
2b4669c11f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ enum class LightSources(val emptyID: Int, val fullID: Int, val litID: Int, val l
|
|||
WHITE_CANDLE_LANTERN(4527,4529,4531,4,true),
|
||||
BLACK_CANDLE_LANTERN(4527,4532,4534,4,true),
|
||||
OIL_LAMP(4525,4522,4524,12,true),
|
||||
OIL_LANTERN(4535,4537,4539,29,false),
|
||||
OIL_LANTERN(4535,4537,4539,26,false),
|
||||
BULLSEYE_LANTERN(4546,4548,4550,49,false),
|
||||
SAPPHIRE_LANTERN(0,4701,4702,49,false),
|
||||
EMERALD_LANTERN(0,9064,9065,49,false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue