enefel 1.0.177 → 1.0.179
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -188,6 +188,7 @@ const GAME_HISTORY_INFO = {
|
|
|
188
188
|
|
|
189
189
|
const PLAYER_HISTORY_TYPE = {
|
|
190
190
|
AGING: "ag",
|
|
191
|
+
APOTHECARY: "apo",
|
|
191
192
|
COACH_SKILL: "cs",
|
|
192
193
|
CREATE_TEAM: "ct",
|
|
193
194
|
CREATED: "c",
|
|
@@ -200,12 +201,12 @@ const PLAYER_HISTORY_TYPE = {
|
|
|
200
201
|
POP: "pop",
|
|
201
202
|
QUIT_COACH: "qc",
|
|
202
203
|
QUIT_TEAM: "rt",
|
|
204
|
+
RAZ: "raz",
|
|
203
205
|
REDUCTION: "r",
|
|
204
206
|
REMOVE_FROM_TEAM: "rt",
|
|
205
|
-
SKILL: "s",
|
|
206
|
-
RAZ: "raz",
|
|
207
|
-
RETIRED: "ret",
|
|
208
207
|
RETIRED_END: "retend",
|
|
208
|
+
RETIRED: "ret",
|
|
209
|
+
SKILL: "s",
|
|
209
210
|
};
|
|
210
211
|
|
|
211
212
|
const PLAYER_HISTORY_INFO = {
|