summaryrefslogtreecommitdiff
path: root/npc/commands/kami.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-20 00:59:18 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-20 00:59:18 -0300
commit08c243d0445c3664ae3ba5b1cfd479063cd4dbd3 (patch)
tree1ed98e431cb29bf19590d2af7d0b66ed77f61ecf /npc/commands/kami.txt
parentf4e13e0981f6e2d20fb7ec5cbeb4353542ebeccc (diff)
downloadserverdata-08c243d0445c3664ae3ba5b1cfd479063cd4dbd3.tar.gz
serverdata-08c243d0445c3664ae3ba5b1cfd479063cd4dbd3.tar.bz2
serverdata-08c243d0445c3664ae3ba5b1cfd479063cd4dbd3.tar.xz
serverdata-08c243d0445c3664ae3ba5b1cfd479063cd4dbd3.zip
Some minor changes to some script commands: blessing, getvar, setvar, is_senior()
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r--npc/commands/kami.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 8a7622d2..77c1e22b 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -87,7 +87,7 @@ OnInit:
bindatcmd "k", "@k::OnCall", 60, 80, 1;
bindatcmd "servmsg", "@k::OnServMsg", 80, 99, 1;
- bindatcmd "blessing", "@k::OnBuff", 99, 100, 1;
+ bindatcmd "blessing", "@k::OnBuff", 50, 99, 1;
bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1;
bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1;
bindatcmd "delcells", "@k::OnDelCells", 60, 100, 1;