Merge branch 'general-devel' of https://github.com/nyxstudios/TShock into general-devel
This commit is contained in:
commit
d171af4b09
3 changed files with 6 additions and 5 deletions
|
|
@ -290,7 +290,7 @@ namespace TShockAPI
|
|||
public bool AllowLoginAnyUsername = true;
|
||||
|
||||
[Description("The maximum damage a player/npc can inflict.")]
|
||||
public int MaxDamage = 175;
|
||||
public int MaxDamage = 1175;
|
||||
|
||||
[Description("The maximum damage a projectile can inflict.")]
|
||||
public int MaxProjDamage = 1175;
|
||||
|
|
|
|||
|
|
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
|
|||
// Also, be sure to release on github with the exact assembly version tag as below
|
||||
// so that the update manager works correctly (via the Github releases api and mimic)
|
||||
|
||||
[assembly: AssemblyVersion("4.3.1")]
|
||||
[assembly: AssemblyFileVersion("4.3.1")]
|
||||
[assembly: AssemblyVersion("4.3.2")]
|
||||
[assembly: AssemblyFileVersion("4.3.2")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue