summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-24 00:53:36 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-24 00:53:36 -0300
commit4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa (patch)
tree2f524bbe89b866e88ed902b5862e850dcf6ca927 /npc/commands
parent32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4 (diff)
downloadserverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.tar.gz
serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.tar.bz2
serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.tar.xz
serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.zip
More alpha bugs
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;