Core/Misc: Update a few enums from db2 to 9.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/d4ad9870105ca149cf6f41563ea26d5faf246fa9)
This commit is contained in:
@@ -272,7 +272,6 @@ namespace Framework.Constants
|
||||
CarrionBird = 7,
|
||||
Crab = 8,
|
||||
Gorilla = 9,
|
||||
HorseCustom = 10, // Does Not Exist In Dbc But Used For Horse Like Beasts In Db
|
||||
Raptor = 11,
|
||||
Tallstrider = 12,
|
||||
Felhunter = 15,
|
||||
@@ -292,28 +291,26 @@ namespace Framework.Constants
|
||||
Ravager = 31,
|
||||
WarpStalker = 32,
|
||||
Sporebat = 33,
|
||||
NetherRay = 34,
|
||||
Ray = 34,
|
||||
Serpent = 35,
|
||||
Moth = 37,
|
||||
Chimaera = 38,
|
||||
Devilsaur = 39,
|
||||
Ghoul = 40,
|
||||
Silithid = 41,
|
||||
Aqiri = 41,
|
||||
Worm = 42,
|
||||
Rhino = 43,
|
||||
Clefthoof = 43,
|
||||
Wasp = 44,
|
||||
CoreHound = 45,
|
||||
SpiritBeast = 46,
|
||||
WaterElemental = 49,
|
||||
Fox = 50,
|
||||
Monkey = 51,
|
||||
Dog = 52,
|
||||
Hound = 52,
|
||||
Beetle = 53,
|
||||
ShaleSpider = 55,
|
||||
ShaleBeast = 55,
|
||||
Zombie = 56,
|
||||
BeetleOld = 57,
|
||||
Silithid2 = 59,
|
||||
Wasp2 = 66,
|
||||
QaTest = 57,
|
||||
Hydra = 68,
|
||||
Felimp = 100,
|
||||
Voidlord = 101,
|
||||
@@ -325,18 +322,29 @@ namespace Framework.Constants
|
||||
Earthelemental = 117,
|
||||
Crane = 125,
|
||||
Waterstrider = 126,
|
||||
Porcupine = 127,
|
||||
Quilen = 128,
|
||||
Goat = 129,
|
||||
Rodent = 127,
|
||||
StoneHound = 128,
|
||||
Gruffhorn = 129,
|
||||
Basilisk = 130,
|
||||
Direhorn = 138,
|
||||
Stormelemental = 145,
|
||||
Mtwaterelemental = 146,
|
||||
Torrorguard = 147,
|
||||
Abyssal = 148,
|
||||
Rylak = 149,
|
||||
Riverbeast = 150,
|
||||
Stag = 151
|
||||
Stag = 151,
|
||||
Mechanical = 154,
|
||||
Abomination = 155,
|
||||
Scalehide = 156,
|
||||
Oxen = 157,
|
||||
Feathermane = 160,
|
||||
Lizard = 288,
|
||||
Pterrordax = 290,
|
||||
Toad = 291,
|
||||
Carapid = 292,
|
||||
BloodBeast = 296,
|
||||
Camel = 298,
|
||||
Courser = 299,
|
||||
Mammoth = 300
|
||||
}
|
||||
|
||||
public enum InhabitType
|
||||
|
||||
Reference in New Issue
Block a user