mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 16:06:51 +01:00
Added missing protocol versions & made some style fixes.
This commit is contained in:
@@ -433,7 +433,11 @@ function addMenuHook(category, name, callback, condition, shortcut)
|
||||
end
|
||||
|
||||
function removeMenuHook(category, name)
|
||||
hookedMenuOptions[category][name] = nil
|
||||
if not name then
|
||||
hookedMenuOptions[category] = {}
|
||||
else
|
||||
hookedMenuOptions[category][name] = nil
|
||||
end
|
||||
end
|
||||
|
||||
function createThingMenu(menuPosition, lookThing, useThing, creatureThing)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CountWindow < MainWindow
|
||||
id: countWindow
|
||||
!text: tr('Move Stackable Item')
|
||||
size: 196 80
|
||||
size: 196 90
|
||||
|
||||
SpinBox
|
||||
id: spinBox
|
||||
|
||||
Reference in New Issue
Block a user