diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 16:06:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 16:06:10 -0300 |
commit | 41bdbe16233eb028e753fd5bfd2b372068ad2d95 (patch) | |
tree | a90ebe2fe3590b6a5e9d1095d4fb761aea430c1a /npc | |
parent | f889d2878da822b86aea1b1916f64440b8b6d8f6 (diff) | |
download | serverdata-41bdbe16233eb028e753fd5bfd2b372068ad2d95.tar.gz serverdata-41bdbe16233eb028e753fd5bfd2b372068ad2d95.tar.bz2 serverdata-41bdbe16233eb028e753fd5bfd2b372068ad2d95.tar.xz serverdata-41bdbe16233eb028e753fd5bfd2b372068ad2d95.zip |
Debug
Diffstat (limited to 'npc')
-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 ""; |