- Fixed last commit

This commit is contained in:
swordshine
2014-10-07 07:47:25 +00:00
parent 267a9a2801
commit fb882f0fdb

View File

@@ -299,7 +299,7 @@ public abstract class SpellAbility extends CardTraitBase implements ISpellAbilit
} }
public void copyParamsToMap(Map<String, String> mapParam) { public void copyParamsToMap(Map<String, String> mapParam) {
mapParams.putAll(mapParam); mapParam.putAll(mapParams);
} }
// If this is not null, then ability was made in a factory // If this is not null, then ability was made in a factory