mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Missing variable in the function call.
This commit is contained in:
@@ -304,7 +304,7 @@ uint32 CreatureTextMgr::SendChat(Creature* source, uint8 textGroup, uint64 whisp
|
||||
|
||||
if (srcPlr)
|
||||
{
|
||||
PlayerTextBuilder builder(source, finalSource, iter->group, iter->id, finalLang, whisperGuid);
|
||||
PlayerTextBuilder builder(source, finalSource, finalType, iter->group, iter->id, finalLang, whisperGuid);
|
||||
SendChatPacket(finalSource, builder, finalType, whisperGuid, range, team, gmOnly);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user