616 {
618
621 {
622 LocaleConstant loc_idx = player->GetSession()->GetSessionDbLocaleIndex();
623
625 {
628 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
629 break;
632 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
633 break;
636 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
637 break;
640 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
641 break;
642 }
643 }
644 }
LocaleConstant
Definition Common.h:65
#define sObjectMgr
Definition ObjectMgr.h:1636
Player * ToPlayer()
Definition Object.h:201
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:595
@ SPELL_SMALL_FEAST
Definition spell_item.cpp:597
@ GIGANTIC_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:603
@ GREAT_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:600
@ SPELL_GIGANTIC_FEAST
Definition spell_item.cpp:598
@ FISH_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:601
@ SPELL_FISH_FEAST
Definition spell_item.cpp:596
@ SMALL_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:602
Definition ObjectMgr.h:434