From e42edeacaac0d6ff5f5a4f2bc9cd9e3eba8b5311 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Jul 2020 19:47:44 -0300 Subject: [skip ci] fix bugs --- npc/commands/super-menu.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') 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 { -- cgit v1.2.3-60-g2f50