Browse Source

Removed some leftover variables
* Follow up to 65b716f.

aleos89 9 năm trước cách đây
mục cha
commit
562a1a7b61
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/map/mob.h

+ 0 - 4
src/map/mob.h

@@ -40,10 +40,6 @@
 //Used to determine default enemy type of mobs (for use in eachinrange calls)
 #define DEFAULT_ENEMY_TYPE(md) (md->special_state.ai?BL_CHAR:BL_MOB|BL_PC|BL_HOM|BL_MER)
 
-//Externals for the status effects. [Epoque]
-extern const int mob_manuk[8];
-extern const int mob_splendide[5];
-
 /**
  * Mob constants
  * Added definitions for WoE:SE objects and other [L0ne_W0lf], [aleos]