Core/PacketIO: Fixed chat packet building in CreatureTextMgr

Closes #14871
This commit is contained in:
Shauren
2015-06-15 00:25:18 +02:00
parent ee01fad0d2
commit 66d8ccde7f
13 changed files with 117 additions and 80 deletions

View File

@@ -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)
{