summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game-server/monster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/monster.h b/src/game-server/monster.h
index b924b37..6bf06d2 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -371,8 +371,6 @@ class Monster : public Being
Timeout mKillStealProtectedTimeout;
/** Time until dead monster is removed */
Timeout mDecayTimeout;
-
- friend struct MonsterTargetEventDispatch;
};
#endif // MONSTER_H