Added .modify power command allowing to change any power as long as player class can use it
This commit is contained in:
@@ -748,6 +748,7 @@ namespace Framework.Constants
|
||||
CommandGoOffset = 852,
|
||||
CommandReloadConversationTemplate = 853,
|
||||
CommandDebugConversation = 854,
|
||||
ModifyPower = 867,
|
||||
|
||||
// Custom Permissions 1000+
|
||||
Max
|
||||
|
||||
@@ -1266,7 +1266,10 @@ namespace Framework.Constants
|
||||
CreatureNotAiEnabled = 11015,
|
||||
SelectPlayerOrPet = 11016,
|
||||
ShutdownDelayed = 11017,
|
||||
ShutdownCancelled = 11018
|
||||
ShutdownCancelled = 11018,
|
||||
YouChangePower = 11019,
|
||||
YourPowerChanged = 11020,
|
||||
InvalidPowerName = 11021
|
||||
}
|
||||
|
||||
public enum BroadcastTextIds
|
||||
|
||||
Reference in New Issue
Block a user