784 {
786
789 {
790 LocaleConstant loc_idx = player->GetSession()->GetSessionDbLocaleIndex();
791
793 {
796 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
797 break;
800 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
801 break;
804 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
805 break;
808 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
809 break;
810 }
811 }
812 }
LocaleConstant
Definition Common.h:117
#define sObjectMgr
Definition ObjectMgr.h:1723
Player * ToPlayer()
Definition Object.h:202
SpellInfo const * GetSpellInfo()
Definition SpellScript.cpp:411
void PreventHitDefaultEffect(SpellEffIndex effIndex)
Definition SpellScript.cpp:590
Unit * GetCaster()
Definition SpellScript.cpp:401
@ SPELL_GREAT_FEAST
Definition spell_item.cpp:763
@ SPELL_SMALL_FEAST
Definition spell_item.cpp:765
@ GIGANTIC_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:771
@ GREAT_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:768
@ SPELL_GIGANTIC_FEAST
Definition spell_item.cpp:766
@ FISH_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:769
@ SPELL_FISH_FEAST
Definition spell_item.cpp:764
@ SMALL_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:770
Definition ObjectMgr.h:435