Merge pull request #366 from k0rd/general-devel

replace pearlsand/ebonsand with sand, not a tile type that doesn't exist
This commit is contained in:
Lucas Nicodemus 2012-02-09 22:33:33 -08:00
commit 3bbfa1b434

View file

@ -1562,7 +1562,7 @@ namespace TShockAPI
break;
case 112:
case 116:
Main.tile[x, y].type = 169;
Main.tile[x, y].type = 53;
break;
case 113:
Main.tile[x, y].type = 38;