Change all SD2: to TSCR:

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-04-24 00:51:09 -04:00
parent 034a9be723
commit b14bb5b39a
28 changed files with 87 additions and 87 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");
}