Added a missing brace.

This commit is contained in:
Steven Panek 2012-06-23 09:58:50 +00:00
parent 18b1f5bb54
commit 8103762eff

View file

@ -2688,6 +2688,7 @@ void unit::add_modification(const std::string& type, const config& mod, bool no_
} else if (apply_to == "halo") {
clear_haloes();
cfg_["halo"] = effect["halo"];
}
} // end while
} else { // for times = per level & level = 0 we still need to rebuild the descriptions
if(apply_to == "attack") {