Package l2p.gameserver.instancemanager

Examples of l2p.gameserver.instancemanager.CursedWeaponsManager.reload()


            activeChar.sendMessage("  Don't exist in the world.");
          }
        }
        break;
      case admin_cw_reload:
        cwm.reload();
        activeChar.sendMessage("Cursed weapons reloaded.");
        break;
      case admin_cw_remove:
        if(cw == null)
        {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.