This commit is contained in:
Akkadius
2015-01-20 00:53:52 -06:00
parent 4c18b96aa5
commit 951f98a63e
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -2299,3 +2299,4 @@ void Zone::UpdateHotzone()
is_hotzone = atoi(row[0]) == 0 ? false: true;
}
+1 -1
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, 15, "%s", message.c_str()); }
static void GMSayHookCallBackProcess(uint16 log_category, std::string& message){ entity_list.MessageStatus(0, 80, Log.GetGMSayColorFromCategory(log_category), "%s", message.c_str()); }
//MODDING HOOKS
void mod_init();