- doTargetCombatHealth(0, target, COMBAT_HEALING, potion.health[1], potion.health[2])
+ target:addHealth(0, target, COMBAT_HEALING, potion.health[1], potion.health[2])
I change here in potions.lua, but when i use a potion now only say "Ahhh" but no health is added to the player
but there is...