diff options
Diffstat (limited to 'npc/custom/shifty_assassin.txt')
-rw-r--r-- | npc/custom/shifty_assassin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/shifty_assassin.txt b/npc/custom/shifty_assassin.txt index 940a7808e..496947c23 100644 --- a/npc/custom/shifty_assassin.txt +++ b/npc/custom/shifty_assassin.txt @@ -20,7 +20,7 @@ M_Start: mes "[Shifty Assassin]"; mes "What do you want?"; next; -if (getgmlevel(3) > 90) goto M_GM; +if (getgmlevel() > 90) goto M_GM; menu "Buy Ninjas",M_Buy,"Assassinate somebody",M_Kill,"Check your Ninjas",M_Check,"Cancel",M_Exit; M_GM: menu "Buy Ninjas",M_Buy,"Assassinate somebody",M_Kill,"Check your Ninjas",M_Check,"Add Ninjas",M_Add,"Cancel",M_Exit; |