diff options
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 753b3d144..7ac50c7bc 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -73,8 +73,7 @@ OnSkry: OnJustDoIt: //dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); - //unitskilluseid(getcharid(3), 10010, 1, getcharid(3)); - areasc(9, 15000, SC_INCALLSTATUS, BL_PC, 10, "filter_sameguild"); + unitskilluseid(getcharid(3), 10010, 1, getcharid(3)); end; OnInit: |