From 32798803f88caf2c60992c336ae5aa935d4cb349 Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 14 Sep 2009 13:34:23 -0700 Subject: *[8480] Provided real-time update for guidl ranks rights. Specially for guild bank tab access rights (including currently open tab case!) Send roster broadcast for all online guild memebers at any rank edit and guild bank tab buy. Author: VladimirMangos *Fix a pretty stupid mistake of mine with that Stoneclaw Totem fix, put the code block in the wrong function! *Use comparison instead of std::min (for some reason std::min seems to expect 3 arguments on Windows!?) --HG-- branch : trunk --- src/game/WorldLog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/WorldLog.cpp') diff --git a/src/game/WorldLog.cpp b/src/game/WorldLog.cpp index 978514ac7d7..435e3279948 100644 --- a/src/game/WorldLog.cpp +++ b/src/game/WorldLog.cpp @@ -31,8 +31,6 @@ INSTANTIATE_SINGLETON_2(WorldLog, CLASS_LOCK); INSTANTIATE_CLASS_MUTEX(WorldLog, ACE_Thread_Mutex); -#define WORLD_LOG_FILE_STRING "world.log" - WorldLog::WorldLog() : i_file(NULL) { Initialize(); -- cgit v1.2.3