Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
- index 87e60c7..13a378c 100644
- --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp
- +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
- @@ -4043,6 +4043,8 @@ void AuraEffect::HandleAuraMounted(AuraApplication const *aurApp, uint8 mode, bo
- Unit *target = aurApp->GetTarget();
- uint32 spellId = (uint32)GetAmount();
- + if (GetSpellProto()->Id == 64731) // Sea turtle
- + spellId = 86496;
- Player *plr = target->ToPlayer();
- if(plr && spellId < 2)
- {
Advertisement
Add Comment
Please, Sign In to add comment