Fixed nickname color item handler.

Contributed by Sahar.
This commit is contained in:
MobiusDevelopment
2020-05-29 21:23:45 +00:00
parent 3bc7e07d48
commit 3b3b698584
45 changed files with 120 additions and 120 deletions

View File

@@ -33,7 +33,7 @@ public class NicknameColor implements IItemHandler
return false;
}
playable.sendPacket(new ExRequestChangeNicknameColor(item.getObjectId()));
playable.sendPacket(new ExRequestChangeNicknameColor(item.getId()));
return true;
}
}