Core/LFG: Move 2 logs in trace

This commit is contained in:
Vincent-Michael
2014-07-11 10:22:27 +02:00
parent cbcfa73e65
commit 04c2f6ca14
13 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -2871,7 +2871,7 @@ void WorldObject::SetInPhase(uint32 id, bool update, bool apply)
_phases.insert(id);
else
_phases.erase(id);
if (update && IsInWorld())
UpdateObjectVisibility();
}