Core/Misc: Defined new summon properties titles
Port From (https://github.com/TrinityCore/TrinityCore/commit/3700e0ef5de95dc79290cd16b5abacdd0d490570)
This commit is contained in:
@@ -1557,7 +1557,8 @@ namespace Framework.Constants
|
||||
Unk18 = 0x00020000,
|
||||
Unk19 = 0x00040000,
|
||||
Unk20 = 0x00080000,
|
||||
Unk21 = 0x00100000 // Totems
|
||||
Unk21 = 0x00100000, // Totems
|
||||
Companion = 0x00200000
|
||||
}
|
||||
|
||||
public enum TaxiNodeFlags : byte
|
||||
|
||||
@@ -140,22 +140,51 @@ namespace Framework.Constants
|
||||
// uses this category
|
||||
}
|
||||
|
||||
public enum SummonType
|
||||
public enum SummonTitle
|
||||
{
|
||||
None = 0,
|
||||
Pet = 1,
|
||||
Guardian = 2,
|
||||
Minion = 3,
|
||||
Totem = 4,
|
||||
Minipet = 5,
|
||||
Guardian2 = 6,
|
||||
Wild2 = 7,
|
||||
Wild3 = 8, // Related to phases and DK prequest line (3.3.5a)
|
||||
Companion = 5,
|
||||
Runeblade = 6,
|
||||
Construct = 7,
|
||||
Opponent = 8, // Related to phases and DK prequest line (3.3.5a)
|
||||
Vehicle = 9,
|
||||
Vehicle2 = 10, // Oculus and Argent Tournament vehicles (3.3.5a)
|
||||
Mount = 10, // Oculus and Argent Tournament vehicles (3.3.5a)
|
||||
LightWell = 11,
|
||||
Jeeves = 12,
|
||||
Unk13 = 13
|
||||
Butler = 12,
|
||||
Aka = 13,
|
||||
Gateway = 14,
|
||||
Hatred = 15,
|
||||
Statue = 16,
|
||||
Spirit = 17,
|
||||
WarBanner = 18,
|
||||
Heartwarmer = 19,
|
||||
HiredBy = 20,
|
||||
PurchasedBy = 21,
|
||||
Pride = 22,
|
||||
TwistedImage = 23,
|
||||
NoodleCart = 24,
|
||||
InnerDemon = 25,
|
||||
Bodyguard = 26,
|
||||
Name = 27,
|
||||
Squire = 28,
|
||||
Champion = 29,
|
||||
TheBetrayer = 30,
|
||||
EruptingReflection = 31,
|
||||
HopelessReflection = 32,
|
||||
MalignantReflection = 33,
|
||||
WailingReflection = 34,
|
||||
Assistant = 35,
|
||||
Enforcer = 36,
|
||||
Recruit = 37,
|
||||
Admirer = 38,
|
||||
EvilTwin = 39,
|
||||
Greed = 40,
|
||||
LostMind = 41,
|
||||
ServantOfNZoth = 44
|
||||
}
|
||||
|
||||
public enum SummonerType
|
||||
|
||||
Reference in New Issue
Block a user