mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 12:42:25 +00:00
effects.cpp header cleanup
This commit is contained in:
parent
1c7acbdbd9
commit
c5d23c5f1b
@ -15,20 +15,17 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "masterentity.h"
|
#include "../common/spdat.h"
|
||||||
|
|
||||||
|
#include "client.h"
|
||||||
|
#include "entity.h"
|
||||||
|
#include "mob.h"
|
||||||
|
|
||||||
|
#include "string_ids.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
#include "zonedb.h"
|
#include "zonedb.h"
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/packet_functions.h"
|
|
||||||
#include "petitions.h"
|
|
||||||
#include "../common/serverinfo.h"
|
|
||||||
#include "../common/zone_numbers.h"
|
|
||||||
#include "../common/moremath.h"
|
|
||||||
#include "../common/guilds.h"
|
|
||||||
#include "string_ids.h"
|
|
||||||
#include "npc_ai.h"
|
|
||||||
|
|
||||||
float Mob::GetActSpellRange(uint16 spell_id, float range, bool IsBard)
|
float Mob::GetActSpellRange(uint16 spell_id, float range, bool IsBard)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user