Core/Items: Define new socket color
Port From (https://github.com/TrinityCore/TrinityCore/commit/1cb8991460374a28693553ab85f2c8ca759ccd93)
This commit is contained in:
@@ -69,7 +69,8 @@ namespace Framework.Constants
|
|||||||
SocketColor.Fragrance,
|
SocketColor.Fragrance,
|
||||||
SocketColor.SingingThunder,
|
SocketColor.SingingThunder,
|
||||||
SocketColor.SingingSea,
|
SocketColor.SingingSea,
|
||||||
SocketColor.SingingWind
|
SocketColor.SingingWind,
|
||||||
|
SocketColor.Fiber
|
||||||
};
|
};
|
||||||
|
|
||||||
public static ItemModifier[] AppearanceModifierSlotBySpec =
|
public static ItemModifier[] AppearanceModifierSlotBySpec =
|
||||||
@@ -234,6 +235,7 @@ namespace Framework.Constants
|
|||||||
SingingThunder = 0x08000000,
|
SingingThunder = 0x08000000,
|
||||||
SingingSea = 0x10000000,
|
SingingSea = 0x10000000,
|
||||||
SingingWind = 0x20000000,
|
SingingWind = 0x20000000,
|
||||||
|
Fiber = 0x40000000,
|
||||||
|
|
||||||
Standard = (Red | Yellow | Blue)
|
Standard = (Red | Yellow | Blue)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user