Compile state

This commit is contained in:
Akkadius 2015-01-18 01:50:05 -06:00
parent b15e5f7913
commit af8ab89a36
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ XS(XS_EQEmuIO_PRINT)
}
}
if(len > 0) {
Log.DebugCategory(EQEmuLogSys::Detail, EQEmuLogSys::Quest, str);
Log.DebugCategory(EQEmuLogSys::Detail, EQEmuLogSys::Quests, str);
}
}

View File

@ -271,7 +271,7 @@ public:
// random object that provides random values for the zone
EQEmu::Random random;
static void GMSayHookCallBackProcess(uint16 log_category, std::string& message){ entity_list.MessageStatus(0, 80, gmsay_log_message_colors[log_category], "%s", message.c_str()); }
static void GMSayHookCallBackProcess(uint16 log_category, std::string& message){ entity_list.MessageStatus(0, 80, 15, "%s", message.c_str()); }
//MODDING HOOKS
void mod_init();