2906 {
2908 {
2909 uint8 gender = player->getGender();
2910
2912
2913 switch (spellId)
2914 {
2917 break;
2920 break;
2921 default:
2922 break;
2923 }
2924
2926 }
2927 }
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:476
SpellInfo const * GetSpellInfo()
Definition SpellScript.cpp:416
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:1359
@ SPELL_SUNREAVER_DISGUISE_MALE
Definition spell_generic.cpp:2879
@ SPELL_SUNREAVER_DISGUISE_TRIGGER
Definition spell_generic.cpp:2877
@ SPELL_SILVER_COVENANT_DISGUISE_FEMALE
Definition spell_generic.cpp:2882
@ SPELL_SILVER_COVENANT_DISGUISE_MALE
Definition spell_generic.cpp:2883
@ SPELL_SUNREAVER_DISGUISE_FEMALE
Definition spell_generic.cpp:2878
@ SPELL_SILVER_COVENANT_DISGUISE_TRIGGER
Definition spell_generic.cpp:2881