summaryrefslogtreecommitdiff
path: root/src/game-server/character.hpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-29 14:17:22 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-29 14:17:22 +0000
commit26b3e1094d85ef89c90376688000836c8ee43979 (patch)
treef934d936d7c8319e742e946a6bb5f37ab7289b30 /src/game-server/character.hpp
parentb82bf7df7053a78d51706a5a017d61f564e4677e (diff)
downloadmanaserv-26b3e1094d85ef89c90376688000836c8ee43979.tar.gz
manaserv-26b3e1094d85ef89c90376688000836c8ee43979.tar.bz2
manaserv-26b3e1094d85ef89c90376688000836c8ee43979.tar.xz
manaserv-26b3e1094d85ef89c90376688000836c8ee43979.zip
Replaced event system. Fixed race condition between quest variable recovery and character removal.
Diffstat (limited to 'src/game-server/character.hpp')
-rw-r--r--src/game-server/character.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index eff99286..fd4e0054 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -209,6 +209,11 @@ class Character : public Being
void modifiedAttribute(int);
/**
+ * Calls all the "disconnected" listener.
+ */
+ void disconnected();
+
+ /**
* Associative array containing all the quest variables known by the
* server.
*/