all avatars and team character changing
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
IsAll = request.IsGetAll
|
||||
};
|
||||
|
||||
uint[] characters = new uint[] { 8001, 1307, 1306, 1312 };
|
||||
uint[] characters = new uint[] { 8001,8002,8003,8004,
|
||||
1001,1002,1003,1004,1005,1006,1008,1009,1013,
|
||||
1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,
|
||||
1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1217,
|
||||
1302,1303,1305,1306,1307,1312};
|
||||
|
||||
foreach (uint id in characters)
|
||||
{
|
||||
@@ -25,8 +29,8 @@
|
||||
{
|
||||
BaseAvatarId = id,
|
||||
Exp = 0,
|
||||
Level = 1,
|
||||
Promotion = 0,
|
||||
Level = 80,
|
||||
Promotion = 6,
|
||||
Rank = 6,
|
||||
EquipmentUniqueId = 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user