diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 448138941..02eac10a8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1908,11 +1908,12 @@ item_db: ( Weight: 100 BuyingStore: true Script: <" - if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { - sc_start SC_DPOISON,60000,0; - sc_start SC_ATTHASTE_INFINITY,60000,9; + if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { + sc_start SC_DPOISON, 60000, 0; + sc_start SC_ATTHASTE_INFINITY, 60000, 9; + } else { + percentheal -100, -100; } - else percentheal -100,-100; "> }, { |