Core: More Function Renaming.

This commit is contained in:
Malcrom
2013-06-11 21:25:12 -02:30
parent 66978cfc3b
commit ec474a62e5
143 changed files with 542 additions and 542 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ public:
handler->PSendSysMessage("Hostil reference list of %s (guid %u)", target->GetName().c_str(), target->GetGUIDLow());
while (ref)
{
if (Unit* unit = ref->getSource()->getOwner())
if (Unit* unit = ref->GetSource()->GetOwner())
{
++count;
handler->PSendSysMessage(" %u. %s (guid %u) - threat %f", count, unit->GetName().c_str(), unit->GetGUIDLow(), ref->getThreat());