Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.

This commit is contained in:
Tabasco
2013-05-05 17:53:34 -05:00
parent 824b101831
commit f983d19e01
27 changed files with 11 additions and 72 deletions
-3
View File
@@ -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];