diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:46:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:46:17 -0300 |
commit | c4972677187d280cc62b8c07e1010b50ac0f5415 (patch) | |
tree | 997d5a01df5e01caa3de5b91ded4f6ac114381e8 /npc/commands | |
parent | 64f59bf8be5dcf1ad3f73684ac595e2a925d5cb8 (diff) | |
download | serverdata-c4972677187d280cc62b8c07e1010b50ac0f5415.tar.gz serverdata-c4972677187d280cc62b8c07e1010b50ac0f5415.tar.bz2 serverdata-c4972677187d280cc62b8c07e1010b50ac0f5415.tar.xz serverdata-c4972677187d280cc62b8c07e1010b50ac0f5415.zip |
[skip ci]
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index e00191e13..be71e4f07 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -73,7 +73,7 @@ OnSkry: OnJustDoIt: //dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); - unitskilluseid(getcharid(3), 10012, 1, getcharid(3)); + unitskilluseid(getcharid(3), 20000, 1, getcharid(3)); end; OnInit: |