fix NPC last-hit EXP

This commit is contained in:
Martin Michelsen
2024-03-04 21:48:36 -08:00
parent 7e4bc52d99
commit b0b3bb6140
4 changed files with 11 additions and 21 deletions
-1
View File
@@ -242,7 +242,6 @@ struct Map {
EnemyType type;
uint8_t floor;
uint8_t state_flags;
uint8_t last_hit_by_client_id;
Enemy(uint16_t enemy_id, size_t source_index, size_t set_index, uint8_t floor, EnemyType type);