diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e55517c94..5f6081bec 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -599,7 +599,7 @@ item_db: ( sc_end SC_HALT_REGENERATION; percentheal 100, 100; callfunc("SC_Bonus", 180, SC_KAIZEL, 1); // Revives with 1% HP if you die - // Protects you for 30 seconds from map ailments + // Protects you for 30 seconds from map ailments @coolio=max(gettimetick(2), @coolio)+30; @sickio=max(gettimetick(2), @sickio)+30; @purifio=max(gettimetick(2), @purifio)+30; @@ -2563,7 +2563,7 @@ item_db: ( noauction: true } Script: <" - callfunc("EatValentineChocolate"); + callfunc("EatValentineChocolate"); "> }, { @@ -19060,7 +19060,7 @@ item_db: ( Delay: 1500 Script: <" @skillId=TMW2_MAGNUSHEAL; @skillLv=1; - @skillTarget=getcharid(3); @scriptsk=true; + @skillTarget=getcharid(3); @scriptsk=true; callfunc "HUB_SkillInvoke"; "> }, @@ -19076,7 +19076,7 @@ item_db: ( Delay: 1500 Script: <" @skillId=TMW2_MAGNUSHEAL; @skillLv=5; - @skillTarget=getcharid(3); @scriptsk=true; + @skillTarget=getcharid(3); @scriptsk=true; callfunc "HUB_SkillInvoke"; "> }, @@ -19092,7 +19092,7 @@ item_db: ( Delay: 1500 Script: <" @skillId=TMW2_MAGNUSHEAL; @skillLv=10; - @skillTarget=getcharid(3); @scriptsk=true; + @skillTarget=getcharid(3); @scriptsk=true; callfunc "HUB_SkillInvoke"; "> }, |