Add support for virtual zonepoints

This commit is contained in:
Akkadius
2020-08-16 00:06:20 -05:00
parent 9d0f7781b4
commit f78828216d
14 changed files with 387 additions and 59 deletions
+2
View File
@@ -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);
}