diff options
Diffstat (limited to 'src/game/InstanceData.cpp')
-rw-r--r-- | src/game/InstanceData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/InstanceData.cpp b/src/game/InstanceData.cpp index ac607bfd7ac..622dc7842e7 100644 --- a/src/game/InstanceData.cpp +++ b/src/game/InstanceData.cpp @@ -37,6 +37,6 @@ void InstanceData::HandleGameObject(uint64 GUID, bool open, GameObject *go) if(go) go->SetGoState(open ? 0 : 1); else - debug_log("SD2: InstanceData: HandleGameObject failed"); + debug_log("TSCR: InstanceData: HandleGameObject failed"); } |