From cc2a089a9d17f90423c6213419cd692786b15f15 Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Mon, 6 Apr 2009 21:14:51 +0200 Subject: * Trailing whitespace removed. --HG-- branch : trunk --- src/game/InstanceData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/InstanceData.cpp') diff --git a/src/game/InstanceData.cpp b/src/game/InstanceData.cpp index bd8f510e594..808ebca2f59 100644 --- a/src/game/InstanceData.cpp +++ b/src/game/InstanceData.cpp @@ -30,8 +30,8 @@ void InstanceData::SaveToDB() CharacterDatabase.PExecute("UPDATE instance SET data = '%s' WHERE id = '%d'", data.c_str(), instance->GetInstanceId()); } -void InstanceData::HandleGameObject(uint64 GUID, bool open, GameObject *go) -{ +void InstanceData::HandleGameObject(uint64 GUID, bool open, GameObject *go) +{ if(!go) go = instance->GetGameObjectInMap(GUID); if(go) -- cgit v1.2.3