Update GetDataHandlers.cs

Attempt to correct Celestial Sigil not functioning #1065 (https://github.com/NyxStudios/TShock/issues/1065). It seems to work well.
This commit is contained in:
Rickoo 2016-02-20 19:25:39 +09:00
parent 7e59d4c07d
commit 91a1887479

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;