diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:47:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:47:58 -0300 |
commit | b73a753958168b32c2449b7b20439ae081e0126d (patch) | |
tree | 8719821c30b161424d3bd66762ba89cd06f075aa /npc | |
parent | c4972677187d280cc62b8c07e1010b50ac0f5415 (diff) | |
download | serverdata-b73a753958168b32c2449b7b20439ae081e0126d.tar.gz serverdata-b73a753958168b32c2449b7b20439ae081e0126d.tar.bz2 serverdata-b73a753958168b32c2449b7b20439ae081e0126d.tar.xz serverdata-b73a753958168b32c2449b7b20439ae081e0126d.zip |
[skip ci]
Diffstat (limited to 'npc')
-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 be71e4f07..d1b8518f1 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), 20000, 1, getcharid(3)); + unitskilluseid(getcharid(3), 20000, 4, getcharid(3)); end; OnInit: |