Support for spells_new field 'viral_range'

This commit is contained in:
KayenEQ
2014-10-26 02:05:36 -04:00
parent 5afd6b8628
commit adb8175654
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ public:
Mob *GetMob(const char* name);
Mob *GetMobByNpcTypeID(uint32 get_id);
bool IsMobSpawnedByNpcTypeID(uint32 get_id);
Mob *GetTargetForVirus(Mob* spreader);
Mob *GetTargetForVirus(Mob* spreader, int range);
inline NPC *GetNPCByID(uint16 id)
{ return npc_list.count(id) ? npc_list.at(id) : nullptr; }
NPC *GetNPCByNPCTypeID(uint32 npc_id);