reason
parent
2038e4704f
commit
378eadb7c1
|
|
@ -71,12 +71,12 @@ public interface BIReason {
|
||||||
int POKEMON_ADVANCE_CONSUME = 1014;
|
int POKEMON_ADVANCE_CONSUME = 1014;
|
||||||
int POKEMON_UPLEVEL_CONSUME = 1015;
|
int POKEMON_UPLEVEL_CONSUME = 1015;
|
||||||
|
|
||||||
int BUY_GOODS_CONSUME = 1006;
|
int BUY_GOODS_CONSUME = 1016;
|
||||||
int SWEEP_FIGHT_CONSUME = 1006;
|
int SWEEP_FIGHT_CONSUME = 1017;
|
||||||
int MAP_ENTER_CONSUME = 1006;
|
int MAP_ENTER_CONSUME = 1018;
|
||||||
int MAP_EVENT_CONSUME = 1006;
|
int MAP_EVENT_CONSUME = 1019;
|
||||||
|
|
||||||
int ARENA_CHALLENGE_CONSUME = 1006;
|
int ARENA_CHALLENGE_CONSUME = 1020;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue