summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-06 00:28:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-06 01:56:21 +0300
commit3acb4aa3b1248719a3896b419600864a68c65908 (patch)
tree33c77fb54bdb45140252064d11fcd5f7664e2adf /src/actormanager.h
parent97868ad421f8587ffedda5392ac0af2c3fecc7bb (diff)
downloadplus-3acb4aa3b1248719a3896b419600864a68c65908.tar.gz
plus-3acb4aa3b1248719a3896b419600864a68c65908.tar.bz2
plus-3acb4aa3b1248719a3896b419600864a68c65908.tar.xz
plus-3acb4aa3b1248719a3896b419600864a68c65908.zip
eathena: impliment packet SMSG_CHAT_ROOM_DESTROY.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 411129e3b..2484d3e3a 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -317,6 +317,8 @@ class ActorManager final: public ConfigListener
void updateEffects(const std::map<int, int> &addEffects,
const std::set<int> &removeEffects) const;
+ void removeRoom(const int chatId);
+
protected:
bool validateBeing(const Being *const aroundBeing,
Being *const being,