mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.
This commit is contained in:
@@ -1166,7 +1166,6 @@ bool Zone::Init(bool iStaticZone) {
|
||||
|
||||
LogFile->write(EQEMuLog::Status, "Init Finished: ZoneID = %d, Time Offset = %d", zoneid, zone->zone_time.getEQTimeZone());
|
||||
|
||||
//DCBOOKMARK
|
||||
LoadTickItems();
|
||||
|
||||
//MODDING HOOK FOR ZONE INIT
|
||||
@@ -1491,7 +1490,6 @@ bool Zone::Process() {
|
||||
}
|
||||
}
|
||||
|
||||
//DCBOOKMARK
|
||||
if(hotzone_timer.Check()) { UpdateHotzone(); }
|
||||
|
||||
return true;
|
||||
@@ -2672,7 +2670,6 @@ void Zone::ReloadWorld(uint32 Option){
|
||||
}
|
||||
}
|
||||
|
||||
//DCBOOKMARK
|
||||
void Zone::LoadTickItems()
|
||||
{
|
||||
char errbuf[MYSQL_ERRMSG_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user