2896 {
2898 {
2899 uint8 gender = player->getGender();
2900
2902
2903 switch (spellId)
2904 {
2907 break;
2910 break;
2911 default:
2912 break;
2913 }
2914
2916 }
2917 }
std::uint8_t uint8
Definition Define.h:109
std::uint32_t uint32
Definition Define.h:107
uint32 Id
Definition SpellInfo.h:344
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:1361
@ SPELL_SUNREAVER_DISGUISE_MALE
Definition spell_generic.cpp:2869
@ SPELL_SUNREAVER_DISGUISE_TRIGGER
Definition spell_generic.cpp:2867
@ SPELL_SILVER_COVENANT_DISGUISE_FEMALE
Definition spell_generic.cpp:2872
@ SPELL_SILVER_COVENANT_DISGUISE_MALE
Definition spell_generic.cpp:2873
@ SPELL_SUNREAVER_DISGUISE_FEMALE
Definition spell_generic.cpp:2868
@ SPELL_SILVER_COVENANT_DISGUISE_TRIGGER
Definition spell_generic.cpp:2871