diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-22 17:57:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-22 17:57:30 -0300 |
commit | acbfb6a6c32d81a192819f0e1c31ce185d5356f1 (patch) | |
tree | 97fc463f501e692f789edc867f366809a3653be0 /npc/commands | |
parent | 40f3b9b2ec96e29f433003995aa6f97e7725cb05 (diff) | |
download | serverdata-acbfb6a6c32d81a192819f0e1c31ce185d5356f1.tar.gz serverdata-acbfb6a6c32d81a192819f0e1c31ce185d5356f1.tar.bz2 serverdata-acbfb6a6c32d81a192819f0e1c31ce185d5356f1.tar.xz serverdata-acbfb6a6c32d81a192819f0e1c31ce185d5356f1.zip |
Fix another bug
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/grantpower.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt index 07dc6b71e..3ce37e47b 100644 --- a/npc/commands/grantpower.txt +++ b/npc/commands/grantpower.txt @@ -43,7 +43,7 @@ OnCall: rif(countitem(AegisShield), l("Aegis Shield")), AegisShield, l("Abort"), 0; mes ""; - .@ori=getcharid(0); + .@ori=getcharid(3); .@ite=@menuret; if (!.@ite) close; |