summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-20 17:34:42 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-20 17:34:42 -0400
commit4a5ad09aeecefa53409ea26535e01da31eacf209 (patch)
treed15d6b9c891bc688835d0ccb60e0a06f162306f9
parent0f78a426f8fb27bf42b6bf1765710d352f90e165 (diff)
downloadserverdata-4a5ad09aeecefa53409ea26535e01da31eacf209.tar.gz
serverdata-4a5ad09aeecefa53409ea26535e01da31eacf209.tar.bz2
serverdata-4a5ad09aeecefa53409ea26535e01da31eacf209.tar.xz
serverdata-4a5ad09aeecefa53409ea26535e01da31eacf209.zip
remove hug command aliases
-rw-r--r--world/map/npc/functions/hug.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/world/map/npc/functions/hug.txt b/world/map/npc/functions/hug.txt
index bab8f2ad..f1bd2637 100644
--- a/world/map/npc/functions/hug.txt
+++ b/world/map/npc/functions/hug.txt
@@ -18,11 +18,6 @@
OnInit:
set .tree_id, getnpcid("#DruidTree0#_M");
- registercmd "hug", strnpcinfo(0);
- registercmd "*hug", strnpcinfo(0);
- registercmd "*hug*", strnpcinfo(0);
- registercmd "hugs", strnpcinfo(0);
registercmd "*hugs", strnpcinfo(0);
- registercmd "*hugs*", strnpcinfo(0);
end;
}