Core: Update to 10.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/16bc74667e8996b64258718e95b97258dfc0217a)
This commit is contained in:
@@ -140,7 +140,8 @@ namespace Framework.Constants
|
||||
BossSound = 0x20, // Plays "RaidBossEmoteWarning" sound on raid boss emote/whisper
|
||||
Mobile = 0x40,
|
||||
Guide = 0x1000,
|
||||
Newcomer = 0x2000
|
||||
Newcomer = 0x2000,
|
||||
Censored = 0x4000
|
||||
}
|
||||
|
||||
public enum DrunkenState
|
||||
@@ -546,7 +547,7 @@ namespace Framework.Constants
|
||||
// first slot for item stored (in any way in player items data)
|
||||
Start = 0,
|
||||
// last+1 slot for item stored (in any way in player items data)
|
||||
End = 218,
|
||||
End = 227,
|
||||
Count = (End - Start)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user