- Added ROL for player and npcs
- Fixed Redemption now works for players and NPCs
- Fixed prayer not updating on prayer tab when it goes down in points
- Fixed not being able to use glories after trading them
- Fixed item spawn crash (only affected some people such as myself and a few others)
This commit is contained in:
Mr Extremez
2019-12-14 22:46:05 -06:00
committed by Daniel Ginovker
parent 37322d4874
commit 87eaaed36f
8 changed files with 45 additions and 18 deletions
@@ -641,7 +641,7 @@ public class Commands implements PacketType {
if (player.isBusy()) {
player.getPacketSender().closeAllWindows();
}
player.getPacketSender().sendMessage("You spawn " + newItemAmount + " × "+ ItemAssistant.getItemName(newItemID) + ".");
// player.getPacketSender().sendMessage("You spawn " + newItemAmount + " × "+ ItemAssistant.getItemName(newItemID) + ".");
} else {
player.getPacketSender().sendMessage("No such item.");
}