mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: grid fight pending action
This commit is contained in:
@@ -33,7 +33,7 @@ public class CommandGrid : ICommand
|
||||
var roleId = (uint)arg.GetInt(0);
|
||||
var tier = (uint)arg.GetInt(1);
|
||||
|
||||
if (!GameData.GridFightRoleStarData.ContainsKey(roleId << 2 | tier))
|
||||
if (!GameData.GridFightRoleStarData.ContainsKey(roleId << 4 | tier))
|
||||
{
|
||||
await arg.SendMsg(I18NManager.Translate("Game.Command.Grid.InvalidRole"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user