diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-24 09:57:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-24 09:57:09 +0200 |
commit | 0fd3436b28501f2e08ab936f9242c39bac975b22 (patch) | |
tree | 7f16c6fec8d527c9c3e32b6867a5ec83853ccd25 | |
parent | 78c27d6d0bc88dffb3070e2c77f6c4f2757a04e5 (diff) | |
download | washingtons-war-0fd3436b28501f2e08ab936f9242c39bac975b22.tar.gz |
Fix typo that caused missing PC in Wilmington (NC).
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ const NINETY_SIX = data.space_index["Ninety Six"] const NORFOLK = data.space_index["Norfolk"] const PHILADELPHIA = data.space_index["Philadelphia"] const QUEBEC = data.space_index["Quebec"] -const WILMINGTON_NC = data.space_index["Wilmington NC"] +const WILMINGTON_NC = data.space_index["Wilmington"] const CAPTURED_GENERALS = data.space_index["Captured Generals"] const CONTINENTAL_CONGRESS_DISPERSED = data.space_index["Continental Congress Dispersed"] |