Changeset 19 for src/map/mob.h
- Timestamp:
- 07/02/08 12:20:18 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/mob.h
r5 r19 270 270 int mob_countslave(struct block_list *bl); 271 271 int mob_convertslave(struct mob_data *md); 272 273 //Begin custom Job (blackmagic)274 272 int mob_countslave_class(struct block_list* bl, int count, short* classes); // By FlavioJS [Brain] 275 //end 273 274 276 275 int mob_is_clone(int class_); 277 276