617 {
619
622 {
623 LocaleConstant loc_idx = player->GetSession()->GetSessionDbLocaleIndex();
624
626 {
629 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
630 break;
633 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
634 break;
637 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
638 break;
641 player->TextEmote(bct->GetText(loc_idx, player->getGender()), player);
642 break;
643 }
644 }
645 }
LocaleConstant
Definition Common.h:65
#define sObjectMgr
Definition ObjectMgr.h:1650
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:596
@ SPELL_SMALL_FEAST
Definition spell_item.cpp:598
@ GIGANTIC_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:604
@ GREAT_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:601
@ SPELL_GIGANTIC_FEAST
Definition spell_item.cpp:599
@ FISH_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:602
@ SPELL_FISH_FEAST
Definition spell_item.cpp:597
@ SMALL_FEAST_BROADCAST_TEXT_ID_PREPARE
Definition spell_item.cpp:603
Definition ObjectMgr.h:434