mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 21:08:03 +00:00
Add support for virtual zonepoints
This commit is contained in:
@@ -101,6 +101,7 @@ Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
|
||||
#endif
|
||||
|
||||
#include "mob_movement_manager.h"
|
||||
#include "client.h"
|
||||
|
||||
|
||||
extern Zone* zone;
|
||||
@@ -6004,3 +6005,4 @@ bool Client::IsLinkedSpellReuseTimerReady(uint32 timer_id)
|
||||
return GetPTimers().Expired(&database, pTimerLinkedSpellReuseStart + timer_id, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user