Minor comment changes.

This commit is contained in:
MobiusDev
2016-02-19 10:49:35 +00:00
parent 18f610bb3d
commit 66c104b88b
33 changed files with 85 additions and 85 deletions

View File

@ -1169,7 +1169,7 @@ public final class Kamaloka extends AbstractInstance
int index; // 0-18 index of the kama type in arrays
int shaman = 0; // objectId of the shaman
List<L2Spawn> firstRoom; // list of the spawns in the first room (excluding shaman)
List<Integer> secondRoom;// list of objectIds mobs in the second room
List<Integer> secondRoom; // list of objectIds mobs in the second room
int miniBoss = 0; // objectId of the miniboss
L2Npc boss = null; // boss
}