mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
Added empty vehicle class, vehicle*.dbc struct's
This commit is contained in:
parent
6fae544fbe
commit
204b61c220
19 changed files with 323 additions and 34 deletions
|
|
@ -2063,22 +2063,6 @@ enum SummonType
|
|||
SUMMON_TYPE_POSESSED2 = 428
|
||||
};
|
||||
|
||||
enum SummonType2
|
||||
{
|
||||
SUMMON_TYPE2_UNKNOWN = 0,
|
||||
SUMMON_TYPE2_SUMMON = 1,
|
||||
SUMMON_TYPE2_GUARDIAN = 2,
|
||||
SUMMON_TYPE2_DEMON = 3,
|
||||
SUMMON_TYPE2_TOTEM = 4,
|
||||
SUMMON_TYPE2_CRITTER = 5,
|
||||
SUMMON_TYPE2_GHOUL = 6,
|
||||
SUMMON_TYPE2_BOMB = 7,
|
||||
SUMMON_TYPE2_PHASING = 8,
|
||||
SUMMON_TYPE2_SIEGE_VEH = 9,
|
||||
SUMMON_TYPE2_DRAKE_VEH = 10,
|
||||
SUMMON_TYPE2_LIGHTWELL = 11
|
||||
};
|
||||
|
||||
enum ResponseCodes
|
||||
{
|
||||
RESPONSE_SUCCESS = 0x00,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue