diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 7a37ddf11..40cf71141 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -73,15 +73,15 @@ OnGM: .@auth=true; // NOTE: Pihro and Pyndragon do not have player chars if (strcharinfo(0) == "Jesusalva") { - atcommand("#adjgroup 99 Jesusalva"); + atcommand("#adjgroup Jesusalva 99"); } else if (strcharinfo(0) == "Saulc") { - atcommand("#adjgroup 99 Saulc"); + atcommand("#adjgroup Saulc 99"); } else if (strcharinfo(0) == "seeds") { - atcommand("#adjgroup 60 seeds"); + atcommand("#adjgroup seeds 60"); } else if (strcharinfo(0) == "demure") { - atcommand("#adjgroup 80 demure"); + atcommand("#adjgroup demure 80"); } else if (strcharinfo(0) == "jak1") { - atcommand("#adjgroup 80 jak1"); + atcommand("#adjgroup jak1 80"); //} else if (strcharinfo(0) == "Former_Cordo") { // atcommand("#adjgroup 60 Former_Cordo"); } else { |