diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-27 19:47:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-27 19:47:44 -0300 |
commit | e42edeacaac0d6ff5f5a4f2bc9cd9e3eba8b5311 (patch) | |
tree | 81ae04be1febbec2e2a3cc5e2ada8c5ceebd45b6 /npc/commands | |
parent | 82a79a969666aaa0a2af078c11607250fc3f9525 (diff) | |
download | serverdata-e42edeacaac0d6ff5f5a4f2bc9cd9e3eba8b5311.tar.gz serverdata-e42edeacaac0d6ff5f5a4f2bc9cd9e3eba8b5311.tar.bz2 serverdata-e42edeacaac0d6ff5f5a4f2bc9cd9e3eba8b5311.tar.xz serverdata-e42edeacaac0d6ff5f5a4f2bc9cd9e3eba8b5311.zip |
[skip ci] fix bugs
Diffstat (limited to 'npc/commands')
-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 { |