Core/Misc: Updated SpellCastResult, GameError and HotfixStatus enums
Port From (https://github.com/TrinityCore/TrinityCore/commit/262ee285db1c69169210fc09cebca91a19cea4f2)
This commit is contained in:
@@ -2553,9 +2553,11 @@ namespace Game.DataStorage
|
||||
|
||||
public enum Status
|
||||
{
|
||||
Valid = 1,
|
||||
RecordRemoved = 2,
|
||||
Invalid = 3
|
||||
NotSet = 0,
|
||||
Valid = 1,
|
||||
RecordRemoved = 2,
|
||||
Invalid = 3,
|
||||
NotPublic = 4
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user