diff options
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 96a7ac1c2..81d599800 100644 --- a/npc/commands/grantpower.txt +++ b/npc/commands/grantpower.txt @@ -30,7 +30,7 @@ OnCall: rif(countitem(DemureAxe), l("Demure's Axe")), DemureAxe, rif(countitem(Tyranny), l("Tyranny")), Tyranny, rif(countitem(Runestaff), l("Runestaff")), Runestaff, - //rif(countitem(AegisShield), l("Aegis Shield")), AegisShield, + rif(countitem(AegisShield), l("Aegis Shield")), AegisShield, l("Abort"), 0; mes ""; .@ori=getcharid(0); |