Core/PacketIO: Updated most packet structures to 9.0.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/cab4c87d2d7f6d734ef067d6bf50f4b1d338a7bc)
This commit is contained in:
@@ -123,4 +123,18 @@ namespace Framework.Constants
|
||||
public const uint GossipSenderSecMailbox = 9;
|
||||
public const uint GossipSenderSecStablemaster = 10;
|
||||
}
|
||||
|
||||
public enum GossipOptionStatus
|
||||
{
|
||||
Available = 0,
|
||||
Unavailable = 1,
|
||||
Locked = 2,
|
||||
AlreadyComplete = 3
|
||||
}
|
||||
|
||||
public enum GossipOptionRewardType
|
||||
{
|
||||
Item = 0,
|
||||
Currency = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user