Changeset 19 for src/map/battle.h
- Timestamp:
- 07/02/08 12:20:18 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/battle.h
r5 r19 88 88 89 89 int battle_check_undead(int race,int element); 90 //Begin Custom Job (blackmagic)91 90 int battle_check_living(int race,int element); //Living Creature Check [Brain] 92 //End Custom Job (blackmagic)93 91 int battle_check_target(struct block_list *src, struct block_list *target,int flag); 94 92 bool battle_check_range(struct block_list *src,struct block_list *bl,int range); … … 455 453 int auction_feeperhour; 456 454 int auction_maximumprice; 457 //Begin custom Job (blackmagic)458 455 //Vanaheim battle settings [Brainstorm] 459 456 int necro_retaliation; //Battle flag to force monsters to attack adept/necro/warlock summons [Brain] 460 457 int disp_summon_stats; //Battle Flag to show summoned monster stats [Brain] 461 //end custom job462 458 int gm_viewequip_min_lv; 463 459 } battle_config;