From c1445cd475f280f3307299c6b33373dc57dc77df Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sun, 20 Feb 2011 21:07:03 +0100 Subject: Fix build with scripts included --- src/server/scripts/Commands/cs_gobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Commands') diff --git a/src/server/scripts/Commands/cs_gobject.cpp b/src/server/scripts/Commands/cs_gobject.cpp index 60a73ddba05..1f4db905e7f 100644 --- a/src/server/scripts/Commands/cs_gobject.cpp +++ b/src/server/scripts/Commands/cs_gobject.cpp @@ -159,7 +159,7 @@ public: { uint32 value = atoi((char*)spawntimeSecs); pGameObj->SetRespawnTime(value); - //sLog->outDebug("*** spawntimeSecs: %d", value); + //sLog->OutDebug(LOG_FILTER_TSCR, "*** spawntimeSecs: %d", value); } // fill the gameobject data and save to the db -- cgit v1.2.3