diff --git a/game/modules/tome/class/PlayerDisplay.lua b/game/modules/tome/class/PlayerDisplay.lua
index 7bcf18287a66c85937389842c33c6b7e970da016..7c7c4b6aa51859a4b602fd5055c6a0afaa5007bb 100644
--- a/game/modules/tome/class/PlayerDisplay.lua
+++ b/game/modules/tome/class/PlayerDisplay.lua
@@ -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")