2870 {
2872 {
2873 uint8 gender = player->getGender();
2874
2876
2877 switch (spellId)
2878 {
2881 break;
2884 break;
2885 default:
2886 break;
2887 }
2888
2890 }
2891 }
std::uint8_t uint8
Definition Define.h:109
std::uint32_t uint32
Definition Define.h:107
uint32 Id
Definition SpellInfo.h:320
Player * GetHitPlayer()
Definition SpellScript.cpp:471
SpellInfo const * GetSpellInfo()
Definition SpellScript.cpp:411
Unit * GetCaster()
Definition SpellScript.cpp:401
SpellCastResult CastSpell(SpellCastTargets const &targets, SpellInfo const *spellInfo, CustomSpellValues const *value, TriggerCastFlags triggerFlags=TRIGGERED_NONE, Item *castItem=nullptr, AuraEffect const *triggeredByAura=nullptr, ObjectGuid originalCaster=ObjectGuid::Empty)
Definition Unit.cpp:1302
@ SPELL_SUNREAVER_DISGUISE_MALE
Definition spell_generic.cpp:2843
@ SPELL_SUNREAVER_DISGUISE_TRIGGER
Definition spell_generic.cpp:2841
@ SPELL_SILVER_COVENANT_DISGUISE_FEMALE
Definition spell_generic.cpp:2846
@ SPELL_SILVER_COVENANT_DISGUISE_MALE
Definition spell_generic.cpp:2847
@ SPELL_SUNREAVER_DISGUISE_FEMALE
Definition spell_generic.cpp:2842
@ SPELL_SILVER_COVENANT_DISGUISE_TRIGGER
Definition spell_generic.cpp:2845