From 40f3b9b2ec96e29f433003995aa6f97e7725cb05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Aug 2019 17:56:50 -0300 Subject: We need account ID, not char id on @grantpower --- npc/commands/grantpower.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands') diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt index ac48c10b7..07dc6b71e 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); } -- cgit v1.2.3-60-g2f50