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

Fixed hotkey assignment

git-svn-id: http://svn.net-core.org/repos/t-engine4@1409 51575b47-30f0-44d4-a5cc-537603b46e54
parent dcea74bf
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ end
function _M:defineHotkey(id)
if not self.actor.hotkey then return end
local item = self.list[self.sel]
local item = self.list[self.c_list.sel]
if not item or not item.talent then return end
self.actor.hotkey[id] = {"talent", item.talent}
......
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