|
@@ -33,7 +33,7 @@ public final class ExBasicActionList extends L2GameServerPacket
|
|
|
|
|
|
public static int[] getDefaultActionList()
|
|
|
{
|
|
|
- int count1 = 63; // 0 <-> (count1 - 1)
|
|
|
+ int count1 = 66; // 0 <-> (count1 - 1)
|
|
|
int count2 = 61; // 1000 <-> (1000 + count2 - 1)
|
|
|
int[] actionIds = new int[count1 + count2];
|
|
|
|