summaryrefslogtreecommitdiff
path: root/npc/commands/grantpower.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/grantpower.txt')
-rw-r--r--npc/commands/grantpower.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt
index ac48c10b7..3ce37e47b 100644
--- a/npc/commands/grantpower.txt
+++ b/npc/commands/grantpower.txt
@@ -22,7 +22,7 @@ OnCall:
}
// Player is not attached
- .@id = getcharid(0, .@request$);
+ .@id = getcharid(3, .@request$);
if (!.@id) {
Exception("Player not found.", RB_ISFATAL|RB_DISPBOTTOM);
}
@@ -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;