diff options
Diffstat (limited to 'src/creature.hh')
| -rw-r--r-- | src/creature.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creature.hh b/src/creature.hh index bafc55e..69f0ef2 100644 --- a/src/creature.hh +++ b/src/creature.hh @@ -75,6 +75,7 @@ struct TCreature: TSkillBase { // ========================================================================= TCreature(void); int Damage(TCreature *Attacker, int Damage, int DamageType); + void BlockLogout(int Delay, bool BlockProtectionZone); // VIRTUAL FUNCTIONS // ========================================================================= |
