mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/PacketIO: Fixed chat packet building in CreatureTextMgr
Closes #14871
This commit is contained in:
@@ -799,7 +799,6 @@ void Map::ScriptsProcess()
|
||||
}
|
||||
|
||||
Creature* cTarget = NULL;
|
||||
WorldObject* wSource = dynamic_cast<WorldObject*>(source);
|
||||
auto creatureBounds = _creatureBySpawnIdStore.equal_range(step.script->CallScript.CreatureEntry);
|
||||
if (creatureBounds.first != creatureBounds.second)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user