Skip to content
Snippets Groups Projects
Commit a1583dff authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6802 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1f853b00
No related branches found
No related tags found
No related merge requests found
......@@ -381,9 +381,9 @@ function _M:display()
end
-- Any hooks
local hd = {"UISet:Classic:Resources", player=player, x=x, y=y}
local hd = {"UISet:Classic:Resources", player=player, x=x, h=h}
if self:triggerHook(hd) then
x, y = hd.x, hd.y
x, h = hd.x, hd.h
end
local quiver = player:getInven("QUIVER")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment