Fix item enchanting and alchemising

This fixes #137
This commit is contained in:
Major-
2016-01-30 07:35:01 +00:00
parent 26199f8c13
commit 035c0a74e9
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class EnchantAction < ItemSpellAction
ENCHANT_ITEMS[@item.id].nil?
end
def executeAction
def execute_action
if @pulses == 0
mob.play_animation(@spell.animation)
mob.play_graphic(@spell.graphic)