diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-01-28 17:34:39 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-01-28 19:02:27 +0100 |
commit | 4502951aed77f18175adb601f0e094fd921c360d (patch) | |
tree | 111f0efad74dad24932f5685f572e4c4031d7a49 /src/event.h | |
parent | afdb517a87836995de7a94921cb2bfb2f9a2d56a (diff) | |
download | mana-4502951aed77f18175adb601f0e094fd921c360d.tar.gz mana-4502951aed77f18175adb601f0e094fd921c360d.tar.bz2 mana-4502951aed77f18175adb601f0e094fd921c360d.tar.xz mana-4502951aed77f18175adb601f0e094fd921c360d.zip |
Moved mTrading into the TradeHandler
Really only the trade handler is concerned about whether the player is
currently in a trade or not.
Reviewed-by: Erik Schilling
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event.h b/src/event.h index 3a502457..f33e4c70 100644 --- a/src/event.h +++ b/src/event.h @@ -56,7 +56,6 @@ public: ItemChannel, NoticesChannel, NpcChannel, - StatusChannel, StorageChannel }; @@ -107,7 +106,6 @@ public: StringInputSent, Stun, TalkSent, - Trading, UpdateAttribute, UpdateStat, UpdateStatusEffect, |