Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update 2.73.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucBerge committed Sep 18, 2024
1 parent 58f4a00 commit 76a2db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ package com.ankamagames.dofus.misc
case oe is ObjectEffectDate:
effect = new EffectInstanceDate();
EffectInstanceDate(effect).year = ObjectEffectDate(oe).year;
EffectInstanceDate(effect).month = ObjectEffectDate(oe).month + 1;
EffectInstanceDate(effect).month = ObjectEffectDate(oe).month;
EffectInstanceDate(effect).day = ObjectEffectDate(oe).day;
EffectInstanceDate(effect).hour = ObjectEffectDate(oe).hour;
EffectInstanceDate(effect).minute = ObjectEffectDate(oe).minute;
Expand Down

0 comments on commit 76a2db5

Please sign in to comment.