Playing on a large map and finding that it is taking forever to move around the map so I am looking for a sql command that will add +2 movement to every unit.
I do not want to place an entry for every unit so will this work:
UPDATE Units SET Moves = Moves +2 WHERE Type = *
Thanks.
I do not want to place an entry for every unit so will this work:
UPDATE Units SET Moves = Moves +2 WHERE Type = *
Thanks.