Commit f30eccc4 authored by nanahira's avatar nanahira

Merge branch 'patch-allow-synchro' into develop

parents 869e5d3d f811d14b
......@@ -1067,7 +1067,7 @@ uint32_t card::get_link() {
return data.level;
}
uint32_t get_mat_level_from_effect(card* pcard, uint32_t effect_code) {
uint32_t card::get_mat_level_from_effect(card* pcard, uint32_t effect_code) {
if(!effect_code)
return 0;
effect_set eset;
......
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