✨ feat(gvg): 添加debug接口
This commit is contained in:
@@ -1998,6 +1998,9 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
case "guild.gvgFightHandler.debugCalRec":
|
||||
case "guild.gvgFightHandler.debugSaveScore":
|
||||
case "guild.gvgBattleHandler.createCity":
|
||||
case "guild.gvgProduceHandler.debugAdjustHarvest":
|
||||
case "guild.gvgFightHandler.debugSetMyRank":
|
||||
case "guild.gvgFightHandler.debugSetMyOpp":
|
||||
|
||||
{
|
||||
if (msg.magicWord !== DEBUG_MAGIC_WORD || !isDevelopEnv()) return false;
|
||||
|
||||
Reference in New Issue
Block a user