1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-01-29 06:02:48 +00:00

Several changes

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-18 02:18:37 -03:00
parent cd41122035
commit 4c27add4ef
162 changed files with 492 additions and 579 deletions

View File

@@ -36,7 +36,7 @@ public class Shortcut {
* {@link ShortcutType#SKILL})
*/
private SkillTemplateID skillID;
/**
* The shortcut item id (only if <tt>type</tt> is {@link ShortcutType#ITEM})
*/
@@ -116,8 +116,7 @@ public class Shortcut {
* @param characterType
* the character type
*/
public Shortcut(CharacterID characterID, ItemID itemID,
int characterType) {
public Shortcut(CharacterID characterID, ItemID itemID, int characterType) {
this.type = ShortcutType.ITEM;
this.characterID = characterID;
this.itemID = itemID;
@@ -159,8 +158,8 @@ public class Shortcut {
* @param characterType
* the character type
*/
public Shortcut(CharacterID characterID, ShortcutType type,
int slot, int page, int characterType) {
public Shortcut(CharacterID characterID, ShortcutType type, int slot,
int page, int characterType) {
this.characterID = characterID;
this.slot = slot;
this.page = page;