Skip to content
Snippets Groups Projects
Commit 9b5f8f1a authored by zarie's avatar zarie
Browse files

Minor typo in OrcChange1.java

Wrong item id for MASK_OF_MEDIUM.
parent 5231dba7
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ public final class OrcChange1 extends AbstractNpcAI ...@@ -45,7 +45,7 @@ public final class OrcChange1 extends AbstractNpcAI
private static final int SHADOW_ITEM_EXCHANGE_COUPON_D_GRADE = 8869; private static final int SHADOW_ITEM_EXCHANGE_COUPON_D_GRADE = 8869;
private static final int MARK_OF_RAIDER = 1592; private static final int MARK_OF_RAIDER = 1592;
private static final int KHAVATARI_TOTEM = 1615; private static final int KHAVATARI_TOTEM = 1615;
private static final int MASK_OF_MEDIUM = 1615; private static final int MASK_OF_MEDIUM = 1631;
private OrcChange1() private OrcChange1()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment