Core/Misc: Updated more enums for 10.1.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/0b1281e73ff2c8bfe11789c88fc1caaca6584a03)
This commit is contained in:
hondacrx
2023-09-04 08:00:58 -04:00
parent 54c6d05de0
commit 6dbfdf51f6
3 changed files with 17 additions and 6 deletions
+3
View File
@@ -1141,6 +1141,9 @@ namespace Framework.Constants
NoSalvage = 0x800000,
Recraftable = 0x1000000,
CcTrinket = 0x2000000,
KeepThroughFactionChange = 0x4000000,
NotMulticraftable = 0x8000000,
DontReportLootLogToSelf = 0x10000000,
}
[Flags]