Commit 3eed7060 authored by DailyShana's avatar DailyShana

fix

parent 5694c8b5
......@@ -3481,6 +3481,7 @@ int32 field::process_battle_command(uint16 step) {
if(des && des->container.size()) {
for(auto cit = des->container.begin(); cit != des->container.end(); ++cit) {
(*cit)->set_status(STATUS_BATTLE_DESTROYED, TRUE);
(*cit)->set_status(STATUS_DESTROY_CONFIRMED, FALSE);
(*cit)->filter_disable_related_cards();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment