615 {
617
620 {
621 LocaleConstant loc_idx = player->GetSession()->GetSessionDbLocaleIndex();
622
624 {
627 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
628 break;
631 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
632 break;
635 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
636 break;
639 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
640 break;
641 }
642 }
643 }
LocaleConstant
Definition: Common.h:65
#define sObjectMgr
Definition: ObjectMgr.h:1623
@ SPELL_GREAT_FEAST
Definition: spell_item.cpp:594
@ SPELL_SMALL_FEAST
Definition: spell_item.cpp:596
@ GIGANTIC_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition: spell_item.cpp:602
@ GREAT_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition: spell_item.cpp:599
@ SPELL_GIGANTIC_FEAST
Definition: spell_item.cpp:597
@ FISH_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition: spell_item.cpp:600
@ SPELL_FISH_FEAST
Definition: spell_item.cpp:595
@ SMALL_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition: spell_item.cpp:601
Player * ToPlayer()
Definition: Object.h:198
Definition: Player.h:1064
Definition: ObjectMgr.h:435
SpellInfo const * GetSpellInfo()
Definition: SpellScript.cpp:411
void PreventHitDefaultEffect(SpellEffIndex effIndex)
Definition: SpellScript.cpp:590
Unit * GetCaster()
Definition: SpellScript.cpp:401