Skip to content
Snippets Groups Projects
Commit bca5c873 authored by David Bergström's avatar David Bergström
Browse files

Fix bug from advanced copy-paste

parent f4e1561d
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ void define_typeenums(py::module & m)
.value("BUILD_FLEETBEACON", sc2::ABILITY_ID::BUILD_FLEETBEACON)
.value("BUILD_FORGE", sc2::ABILITY_ID::BUILD_FORGE)
.value("BUILD_FUSIONCORE", sc2::ABILITY_ID::BUILD_FUSIONCORE)
.value("BUILD_ = 275,GATEWAY", sc2::ABILITY_ID::BUILD_GATEWAY)
.value("BUILD_GATEWAY", sc2::ABILITY_ID::BUILD_GATEWAY)
.value("BUILD_GHOSTACADEMY", sc2::ABILITY_ID::BUILD_GHOSTACADEMY)
.value("BUILD_HATCHERY", sc2::ABILITY_ID::BUILD_HATCHERY)
.value("BUILD_HYDRALISKDEN", sc2::ABILITY_ID::BUILD_HYDRALISKDEN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment