diff options
Diffstat (limited to 'src/game/UpdateData.h')
| -rw-r--r-- | src/game/UpdateData.h | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/src/game/UpdateData.h b/src/game/UpdateData.h index 256c572bb1d..71a9258b90b 100644 --- a/src/game/UpdateData.h +++ b/src/game/UpdateData.h @@ -1,7 +1,7 @@  /* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>   * - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -38,11 +38,12 @@ enum OBJECT_UPDATE_FLAGS      UPDATEFLAG_NONE         = 0x00,      UPDATEFLAG_SELF         = 0x01,      UPDATEFLAG_TRANSPORT    = 0x02, -    UPDATEFLAG_FULLGUID     = 0x04, +    UPDATEFLAG_HAS_TARGET   = 0x04,      UPDATEFLAG_LOWGUID      = 0x08,      UPDATEFLAG_HIGHGUID     = 0x10,      UPDATEFLAG_LIVING       = 0x20, -    UPDATEFLAG_HASPOSITION  = 0x40 +    UPDATEFLAG_HAS_POSITION = 0x40, +    UPDATEFLAG_VEHICLE      = 0x80  };  class UpdateData  | 
