mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Scripts/Deadmines: removed a unneeded spell cast from Helix' face ride timer aurascript
This commit is contained in:
@@ -800,8 +800,6 @@ class spell_helix_helix_ride_face_timer_aura : public AuraScript
|
||||
target->CastSpell(target, SPELL_RIDE_FACE_TARGETING);
|
||||
else
|
||||
target->CastSpell(oaf, SPELL_RIDE_VEHICLE_OAF);
|
||||
|
||||
target->CastSpell(target, SPELL_HELIX_RIDE);
|
||||
}
|
||||
|
||||
void Register() override
|
||||
|
||||
Reference in New Issue
Block a user