From 93d990b6e439f5d83e64e4abce4b444ea233dd20 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 29 Apr 2021 11:37:31 +0200 Subject: [PATCH] Fix to make sure value is displayed on PLAYER_ENTERING_WORLD --- core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lua b/core.lua index c0863b0..0f5b992 100644 --- a/core.lua +++ b/core.lua @@ -121,5 +121,6 @@ child['specs'] = { function events:PLAYER_ENTERING_WORLD(event) child:UnregisterEvent('PLAYER_ENTERING_WORLD') player = format("%s-%s", UnitFullName("player")) + events.UPDATE_INVENTORY_DURABILITY() end child:NewAddOn(...) \ No newline at end of file