Skip to content

Commit

Permalink
Fix farming travel boots (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar authored May 24, 2017
1 parent 5852e4d commit 4cbe162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
item_greater_travel_boots = class({})
modifier_item_greater_travel_boots = class({})

LinkLuaModifier( "modifier_item_greater_travel_boots", "items/farming/item_greater_travel_boots.lua", LUA_MODIFIER_MOTION_NONE )
LinkLuaModifier( "modifier_item_greater_travel_boots", "items/farming/greater_travel_boots.lua", LUA_MODIFIER_MOTION_NONE )

function item_greater_travel_boots:GetIntrinsicModifierName()
return "modifier_item_greater_travel_boots"
Expand Down

0 comments on commit 4cbe162

Please sign in to comment.