diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 16:54:57 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 16:54:57 -0400 |
commit | f6e1ed7160bd7192657fae2d1fc0edd8cad7eaab (patch) | |
tree | b75f2d2bf4648c0ce02634457fd9194b37fbeb3a /world/map/npc/commands/pullrabbit.txt | |
parent | 5b52dd9acbc1762d56928e464c986919dc018c5d (diff) | |
download | serverdata-f6e1ed7160bd7192657fae2d1fc0edd8cad7eaab.tar.gz serverdata-f6e1ed7160bd7192657fae2d1fc0edd8cad7eaab.tar.bz2 serverdata-f6e1ed7160bd7192657fae2d1fc0edd8cad7eaab.tar.xz serverdata-f6e1ed7160bd7192657fae2d1fc0edd8cad7eaab.zip |
add alias to pullrabbit command that uses MAGIC_SYMBOL
Diffstat (limited to 'world/map/npc/commands/pullrabbit.txt')
-rw-r--r-- | world/map/npc/commands/pullrabbit.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/commands/pullrabbit.txt b/world/map/npc/commands/pullrabbit.txt index 022f3753..9c3634a4 100644 --- a/world/map/npc/commands/pullrabbit.txt +++ b/world/map/npc/commands/pullrabbit.txt @@ -21,5 +21,6 @@ L_Inventory: OnInit: registercmd chr(ATCMD_SYMBOL) + "pullrabbit", strnpcinfo(0); + registercmd chr(MAGIC_SYMBOL) + "pullrabbit", strnpcinfo(0); // former pullrabbit invocation end; } |