back_recharge
wangyuan 2019-06-13 19:49:59 +08:00
parent 2038e4704f
commit 378eadb7c1
1 changed files with 5 additions and 5 deletions

View File

@ -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;