Fix herblore potion using invalid skill id.

This commit is contained in:
Dane
2014-04-07 12:59:41 -04:00
parent e7bb3e5a19
commit ac2c6b4704
+1 -1
View File
@@ -273,7 +273,7 @@ class FinishedMixingAction < MixingAction
name = @potion.item.definition.name.sub('(3)', '')
player.send_message("You add the #{ingredient} to the mixture to make an #{name}.", true)
player.skill_set.add_experience(HERBLORE_ID, @potion.experience)
player.skill_set.add_experience(HERBLORE_SKILL_ID, @potion.experience)
inventory = player.inventory