diff options
Diffstat (limited to 'npc')
-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; |