mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[7577] Implement YellToZone for different world object types.
This commit is contained in:
parent
5dd3ce31bc
commit
24f1cf4b83
8 changed files with 29 additions and 1 deletions
|
|
@ -448,6 +448,7 @@ class MANGOS_DLL_SPEC GameObject : public WorldObject
|
|||
void Yell(int32 textId, uint32 language, uint64 TargetGuid) { MonsterYell(textId,language,TargetGuid); }
|
||||
void TextEmote(int32 textId, uint64 TargetGuid) { MonsterTextEmote(textId,TargetGuid); }
|
||||
void Whisper(int32 textId, uint64 receiver) { MonsterWhisper(textId,receiver); }
|
||||
void YellToZone(int32 textId, uint32 language, uint64 TargetGuid) { MonsterYellToZone(textId,language,TargetGuid); }
|
||||
|
||||
// overwrite WorldObject function for proper name localization
|
||||
const char* GetNameForLocaleIdx(int32 locale_idx) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue