Commit a6cc15d1 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #1153 from sidschingis/patch-4

fix chain counter
parents c6955700 83dbdd96
......@@ -1462,7 +1462,6 @@ void field::check_chain_counter(effect* peffect, int32 playerid, int32 chainid,
else if(info.second & 0xffff0000)
info.second -= 0x10000;
}
break;
}
}
}
......
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