Skip to content

Commit

Permalink
Fix broken Lamp command from missing item (oldschoolgg#5890)
Browse files Browse the repository at this point in the history
  • Loading branch information
themrrobert authored May 20, 2024
1 parent 9d32e4a commit 0b84ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mahoji/lib/abstracted_commands/lampCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,13 @@ export const XPLamps: IXPLamp[] = [
minimumLevel: 1,
allowedSkills: [SkillsEnum.Magic]
},
/* Needs OSJS Update
{
itemID: 28_820,
amount: 5000,
name: 'Antique lamp (defender of varrock)',
minimumLevel: 1
},
},*/
{
itemID: itemID('Antique lamp (easy ca)'),
amount: 5000,
Expand Down

0 comments on commit 0b84ca8

Please sign in to comment.