summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/grantpower.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt
index 0e678657c..ac48c10b7 100644
--- a/npc/commands/grantpower.txt
+++ b/npc/commands/grantpower.txt
@@ -11,7 +11,7 @@ OnCall:
.@request$ = "";
.@request$ += implode(.@atcmd_parameters$, " ");
if (is_admin()) {
- if (.@request$ == "" && !$LEGENDARYINIT) {
+ if (!$LEGENDARYINIT) {
inventoryplace Lightbringer, 3; // Script Handled: LB and AS
getitembound DemureAxe, 1, 1;
getitembound Tyranny, 1, 1;