diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-11 15:34:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-11 15:34:12 +0300 |
commit | cd51470e6fe2cc30b6d533cc0183639041613680 (patch) | |
tree | fea875a1087d24775c302508d8b0c7662a46ed04 /src/depricatedevent.h | |
parent | a09da2427062c4454bd9691489289d45b3473fda (diff) | |
download | mv-cd51470e6fe2cc30b6d533cc0183639041613680.tar.gz mv-cd51470e6fe2cc30b6d533cc0183639041613680.tar.bz2 mv-cd51470e6fe2cc30b6d533cc0183639041613680.tar.xz mv-cd51470e6fe2cc30b6d533cc0183639041613680.zip |
Improve playerinfo class.
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r-- | src/depricatedevent.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h index 1574983c0..2cdceb9f6 100644 --- a/src/depricatedevent.h +++ b/src/depricatedevent.h @@ -33,8 +33,7 @@ enum Channels CHANNEL_ATTRIBUTES = 0, CHANNEL_CLIENT, CHANNEL_GAME, - CHANNEL_NOTICES, - CHANNEL_STATUS + CHANNEL_NOTICES }; enum DepricatedEvents @@ -50,7 +49,6 @@ enum DepricatedEvents EVENT_MAPLOADED, EVENT_SERVERNOTICE, EVENT_STATECHANGE, - EVENT_TRADING, EVENT_UPDATEATTRIBUTE, EVENT_UPDATESTAT, }; |