Merge pull request #1163 from Rickoo/patch-1

Update GetDataHandlers.cs. Fixes #1065
This commit is contained in:
White 2016-02-21 12:25:44 +10:30
commit bacb23b5ba

View file

@ -3560,6 +3560,7 @@ namespace TShockAPI
case -5:
case -6:
case -7:
case -8:
invasion = true;
break;
case 4:
@ -3607,6 +3608,9 @@ namespace TShockAPI
string boss;
switch (Type)
{
case -8:
boss = "a Moon Lord";
break;
case -7:
boss = "a Martian invasion";
break;