|
@@ -192,8 +192,8 @@ namespace ET.Server
|
|
|
jsonObject.Add("type", (int)type);
|
|
|
jsonObject.Add("qty", 0);
|
|
|
jsonObject.Add("itemType", "diamond");
|
|
|
- jsonObject.Add("hp", "88888");
|
|
|
- jsonObject.Add("mp", "0");
|
|
|
+ jsonObject.Add("hp", 8);
|
|
|
+ jsonObject.Add("mp", 0);
|
|
|
return JsonConvert.SerializeObject(jsonObject, Formatting.Indented);
|
|
|
}
|
|
|
}
|