diff options
-rw-r--r-- | npc/functions/class.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index c20e49a6b..68a0fae48 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -128,7 +128,7 @@ L_Tier2: L_Tier2Ok: // The last argument is duration: 0 - permanent 1- temporary. If omitted, defaults to 1. - addtoskill(.@SK_T1,1,0); + addtoskill(.@SK_T1,2,0); getexp 10000, 0; ST_TIER=1; mes ""; |