Change all SD2: to TSCR:

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-04-24 00:50:59 -04:00
parent 76413e28fe
commit d0ffec6592
31 changed files with 148 additions and 148 deletions

View File

@@ -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");
}