Skip to content
Snippets Groups Projects
Commit e3853fe4 authored by Zoey76's avatar Zoey76
Browse files

BETA: Fix for overlap casting at Gift of Vitality event.

Reported by: u3games
parent b2b54a08
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ public final class GiftOfVitality extends LongTimeEvent
else
{
player.doCast(GIFT_OF_VITALITY.getSkill());
player.doCast(JOY_OF_VITALITY.getSkill());
player.doSimultaneousCast(JOY_OF_VITALITY.getSkill());
st.setState(State.STARTED);
st.set("reuse", String.valueOf(System.currentTimeMillis() + (HOURS * 3600000)));
htmltext = "4306-okvitality.htm";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment