removed extra space

This commit is contained in:
Lee
2018-03-26 21:14:34 +01:00
committed by GitHub
parent ecf34b1ed6
commit 72f9ef756e

View File

@@ -200,7 +200,7 @@ public:
case GO_NORTH_PORTCULLIS: case GO_NORTH_PORTCULLIS:
HandleGameObject(go->GetGUID(), true, go); HandleGameObject(go->GetGUID(), true, go);
GO_EnterGateGUID = go->GetGUID(); GO_EnterGateGUID = go->GetGUID();
break; break;
} }
} }