mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Do not fatal cause of missing spr/dat anymore.
This commit is contained in:
@@ -45,6 +45,9 @@ end
|
||||
function UIItem:onDestroy()
|
||||
if self == g_ui.getDraggingWidget() and self.hoveredWho then
|
||||
self.hoveredWho:setBorderWidth(0)
|
||||
end
|
||||
|
||||
if self.hoveredWho then
|
||||
self.hoveredWho = nil
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user