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