Core/DataStores: Updated db2 structures to 9.1.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/d52c00a8fe79186013980af0e2caa3fd13c0c5fa)
This commit is contained in:
hondacrx
2021-11-07 15:53:12 -05:00
parent 4f700e6f8d
commit f2e56ccb41
26 changed files with 123 additions and 47 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ namespace Framework.Constants
CookingSupp = 0x10000
}
public enum InventoryType : byte
public enum InventoryType : sbyte
{
NonEquip = 0,
Head = 1,