mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +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
|
|
@ -456,6 +456,7 @@ class MANGOS_DLL_SPEC WorldObject : public Object
|
|||
void MonsterYell(int32 textId, uint32 language, uint64 TargetGuid);
|
||||
void MonsterTextEmote(int32 textId, uint64 TargetGuid, bool IsBossEmote = false);
|
||||
void MonsterWhisper(int32 textId, uint64 receiver, bool IsBossWhisper = false);
|
||||
void MonsterYellToZone(int32 textId, uint32 language, uint64 TargetGuid);
|
||||
void BuildMonsterChat(WorldPacket *data, uint8 msgtype, char const* text, uint32 language, char const* name, uint64 TargetGuid) const;
|
||||
|
||||
void PlayDistanceSound(uint32 sound_id, Player* target = NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue