Merge branch 'general-devel' of https://github.com/nyxstudios/TShock into general-devel

This commit is contained in:
White 2015-07-10 18:35:49 +09:30
commit d171af4b09
3 changed files with 6 additions and 5 deletions

View file

@ -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;

View file

@ -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")]