Removed demonite ore from the "removespecial" and "convertcorruption" commands.

This commit is contained in:
Darkvengance aka Sildaekar 2012-02-01 13:48:56 -06:00
parent 5a6b59cbad
commit accdb03d19

View file

@ -1432,7 +1432,6 @@ namespace TShockAPI
{
switch (Main.tile[x, y].type)
{
case 22:
case 25:
Main.tile[x, y].type = 117;
break;
@ -1498,7 +1497,6 @@ namespace TShockAPI
{
switch (Main.tile[x, y].type)
{
case 22:
case 117:
case 25:
Main.tile[x, y].type = 1;