Skip to content

Commit 66f4347

Browse files
BeastFableHubcapp
authored andcommitted
Fix maze lesser demon drop
1 parent be6d8fe commit 66f4347

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/com/openrsc/server/constants/NpcDrops.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ private void generateAshesDrops() {
281281

282282
// Other
283283
this.ashesNpcs.add(NpcId.LESSER_DEMON.id());
284+
this.ashesNpcs.add(NpcId.LESSER_DEMON_WMAZEKEY.id());
284285
this.ashesNpcs.add(NpcId.GREATER_DEMON.id());
285286
this.ashesNpcs.add(NpcId.BLACK_DEMON.id());
286287
this.ashesNpcs.add(NpcId.OTHAINIAN.id());

0 commit comments

Comments
 (0)