mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 19:56:38 +00:00
Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.
This commit is contained in:
@@ -459,7 +459,6 @@ void EQW::ResolveBug(const char *id) {
|
||||
safe_delete_array(query);
|
||||
}
|
||||
|
||||
//DCBOOKMARK
|
||||
void EQW::SendMessage(uint32 type, const char *msg) {
|
||||
zoneserver_list.SendEmoteMessage(0, 0, 0, type, msg);
|
||||
}
|
||||
|
||||
@@ -716,7 +716,6 @@ void ZSList::GetZoneIDList(vector<uint32> &zones) {
|
||||
|
||||
}
|
||||
|
||||
//DCBOOKMARK
|
||||
void ZSList::WorldShutDown(uint32 time, uint32 interval)
|
||||
{
|
||||
if( time > 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user