diff options
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r-- | npc/craft/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 985fae210..02b088e32 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -667,10 +667,10 @@ function script csysGUI_OptPrice { } -// csysGUI_GroupOpt( cr ) +// csysGUI_OptLearnMenu( cr ) // Returns the menu entry to learn the group skill. // Cost is NOT taken as requisite, must check it later. -function script csysGUI_GroupOpt { +function script csysGUI_OptLearnMenu { .@sk=getarg(0); if (csysGUI_OptReq(.@sk)) { .@ms$="Upgrade "+csysGUI_CRName(.@sk)+" for "+csysGUI_OptPrice(.@sk)+" Mobpt"; |