Skip to content

Commit

Permalink
GO: Add missing reset timer to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 31, 2024
1 parent 8b5d5c8 commit 77ce758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/AI/ScriptDevAI/scripts/world/go_scripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ struct go_bubbly_fissure_caster : public GameObjectAI, public TimerManager
AddCustomAction(1, 2000u, [&]()
{
m_go->CastSpell(nullptr, nullptr, (uint32)GoBubblyFissure::SPELL_BUBBLY_FISSURE, TRIGGERED_OLD_TRIGGERED);
ResetTimer(1, 2000);
});
}

Expand Down

0 comments on commit 77ce758

Please sign in to comment.