Core/Player: Added PlayerCreateMode field to playercreateinfo_cast_spell to only cast spells based on related mode
Port From (https://github.com/TrinityCore/TrinityCore/commit/8a61024cfad05279791badf33fcdb5a608ad6e94)
This commit is contained in:
@@ -794,7 +794,9 @@ namespace Framework.Constants
|
||||
public enum PlayerCreateMode
|
||||
{
|
||||
Normal = 0,
|
||||
NPE = 1
|
||||
NPE = 1,
|
||||
|
||||
Max
|
||||
}
|
||||
|
||||
public enum DuelState
|
||||
|
||||
Reference in New Issue
Block a user