mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[12067] Use world state enum for adding/ remove a state in bg and various cleanups
Thanks to stfc for additional input Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
3707b04330
commit
759d7f80db
28 changed files with 308 additions and 309 deletions
|
|
@ -595,13 +595,6 @@ enum LootState
|
|||
GO_JUST_DEACTIVATED
|
||||
};
|
||||
|
||||
// TODO: Move this somewhere else
|
||||
enum WorldStateType
|
||||
{
|
||||
WORLD_STATE_REMOVE = 0,
|
||||
WORLD_STATE_ADD = 1
|
||||
};
|
||||
|
||||
enum CapturePointState
|
||||
{
|
||||
CAPTURE_STATE_NEUTRAL = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue