diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 18:36:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 18:36:47 -0300 |
commit | 2d3024a574858935aac4c4a4fa078b357498531a (patch) | |
tree | f9cf68862c9f5312896aa5eda171d84588b46ff3 /npc/commands | |
parent | f7df9a9a2d612a5fad24f871ba507e47de2c8083 (diff) | |
download | serverdata-2d3024a574858935aac4c4a4fa078b357498531a.tar.gz serverdata-2d3024a574858935aac4c4a4fa078b357498531a.tar.bz2 serverdata-2d3024a574858935aac4c4a4fa078b357498531a.tar.xz serverdata-2d3024a574858935aac4c4a4fa078b357498531a.zip |
Add LOCATION$ support (but it is not being saved yet)
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index a033fe67..269fdb60 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -592,7 +592,7 @@ OnSClear: dispbottom l("Status Condition Cleared"); end; -OnAllperms: +OnAllPerms: if (@allperms) end; charcommand("@addperm all_skill"); charcommand("@addperm all_equipment"); |