Index: ps/trunk/binaries/data/mods/public/simulation/helpers/RallyPointCommands.js =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/helpers/RallyPointCommands.js +++ ps/trunk/binaries/data/mods/public/simulation/helpers/RallyPointCommands.js @@ -21,6 +21,8 @@ command = "gather-near-position"; else if (command == "collect-treasure") command = "collect-treasure-near-position"; + else if (command == "attack") + command = "attack-walk"; else command = "walk"; }