diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-22 19:16:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-22 19:25:44 +0300 |
commit | 09e8d7ba7a5e29e4991b21056e358a7dcf0dd2df (patch) | |
tree | 4d6667c430fa75dd020a0c55272c4a110cfce841 /src/dyetool | |
parent | c10c3b3e5ae49719a6f52873b003ef2643df3e60 (diff) | |
download | plus-09e8d7ba7a5e29e4991b21056e358a7dcf0dd2df.tar.gz plus-09e8d7ba7a5e29e4991b21056e358a7dcf0dd2df.tar.bz2 plus-09e8d7ba7a5e29e4991b21056e358a7dcf0dd2df.tar.xz plus-09e8d7ba7a5e29e4991b21056e358a7dcf0dd2df.zip |
Add chat command /selectskilllevel for select skill level in skills dialog.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 17aa14083..60206a5a7 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -90,5 +90,5 @@ impHandlerVoid(serverConfSet) impHandlerVoid(confGet) impHandlerVoid(serverConfGet) impHandlerVoid(slide) - +impHandlerVoid(selectSkillLevel) } // namespace Actions |