mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
rename files
This commit is contained in:
@@ -183,6 +183,9 @@ void PhasingHandler::ResetPhaseShift(WorldObject* object)
|
||||
|
||||
void PhasingHandler::InheritPhaseShift(WorldObject* target, WorldObject const* source)
|
||||
{
|
||||
if (!source)
|
||||
return;
|
||||
|
||||
target->GetPhaseShift() = source->GetPhaseShift();
|
||||
target->GetSuppressedPhaseShift() = source->GetSuppressedPhaseShift();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user