summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-17 14:02:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-17 14:02:30 -0300
commitc4b1405080e6bb508e3af302e42b148cbd58b089 (patch)
tree198a65cdc8fc1ab4a91e6cc689e87dac56d81235
parent33cf23636c0dc8bffdeb4986a9ce748b50172e17 (diff)
downloadserverdata-c4b1405080e6bb508e3af302e42b148cbd58b089.tar.gz
serverdata-c4b1405080e6bb508e3af302e42b148cbd58b089.tar.bz2
serverdata-c4b1405080e6bb508e3af302e42b148cbd58b089.tar.xz
serverdata-c4b1405080e6bb508e3af302e42b148cbd58b089.zip
LEGENDARYINIT is no longer needed
-rw-r--r--npc/commands/grantpower.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt
index 2141495d6..cd88cff2b 100644
--- a/npc/commands/grantpower.txt
+++ b/npc/commands/grantpower.txt
@@ -10,16 +10,6 @@
OnCall:
.@request$ = "";
.@request$ += implode(.@atcmd_parameters$, " ");
- if (is_admin()) {
- if (!$LEGENDARYINIT) {
- inventoryplace Lightbringer, 3; // Script Handled: LB and AS
- getitembound DemureAxe, 1, 1;
- getitembound Tyranny, 1, 1;
- getitembound Runestaff, 1, 1;
- $LEGENDARYINIT=true;
- Exception("Legendary weapons not previously initialized.", RB_ISFATAL|RB_DISPBOTTOM);
- }
- }
// Player is not attached
.@id = getcharid(3, .@request$);