Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed May 20, 2019
1 parent f3fd183 commit 5343487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Entities/GameObject/GameObject.cpp
Expand Up @@ -755,7 +755,7 @@ void GameObject::Update(uint32 diff)
m_usetimes = 0;
}

SetGoState(GO_STATE_READY);
SetGoState(GO_STATE_READY);

//any return here in case battleground traps
if (GameObjectOverride const* goOverride = GetGameObjectOverride())
Expand Down

0 comments on commit 5343487

Please sign in to comment.