Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Scripts/Gilneas: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Sep 20, 2023
1 parent 8ae604d commit 4b31ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ class spell_gilneas_drowning_vehicle_exit_dummy : public SpellScript
void Register() override
{
OnEffectHitTarget.Register(&spell_gilneas_drowning_vehicle_exit_dummy::HandleScript, EFFECT_0, SPELL_EFFECT_SCRIPT_EFFECT);
OnEffectHitTarget.Register(&spell_gilneas_drowning_vehicle_exit_dummy::HandleHit, EFFECT_0, SPELL_EFFECT_DUMMY);
OnEffectHitTarget.Register(&spell_gilneas_drowning_vehicle_exit_dummy::HandleHit, EFFECT_1, SPELL_EFFECT_DUMMY);
}
};

Expand Down

0 comments on commit 4b31ee0

Please sign in to comment.