Core/Items: Add ItemContext param to Item::Create function
Port From (https://github.com/TrinityCore/TrinityCore/commit/0a2d9ad2f7673e2b7ee62b7cc6f1a19639d37864)
This commit is contained in:
@@ -348,7 +348,7 @@ namespace Framework.Constants
|
||||
OverrideRequiredLevel = 18
|
||||
}
|
||||
|
||||
enum ItemContext : byte
|
||||
public enum ItemContext : byte
|
||||
{
|
||||
None = 0,
|
||||
DungeonNormal = 1,
|
||||
|
||||
Reference in New Issue
Block a user