Fixed bug: Attack ground didn't work.
This commit is contained in:
parent
0df2ef3155
commit
b02d1003b2
1 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ global ButtonAction AllButtons[] = {
|
|||
",unit-gnomish-submarine,unit-battleship,unit-elven-destroyer"
|
||||
},
|
||||
{ 6, 0, { "icon-human-attack-ground" },
|
||||
ButtonAttack, 0, NULL,
|
||||
ButtonAttackGround, 0, NULL,
|
||||
NULL, NULL,
|
||||
'g', "ATTACK ~!GROUND",
|
||||
"unit-ballista,unit-battleship" ",human-group"
|
||||
|
@ -1085,7 +1085,7 @@ global ButtonAction AllButtons[] = {
|
|||
",orc-group"
|
||||
},
|
||||
{ 6, 0, { "icon-orc-attack-ground" },
|
||||
ButtonAttack, 0, NULL,
|
||||
ButtonAttackGround, 0, NULL,
|
||||
NULL, NULL,
|
||||
'g', "ATTACK ~!GROUND",
|
||||
"unit-catapult,unit-ogre-juggernaught" ",orc-group"
|
||||
|
|
Loading…
Add table
Reference in a new issue