rename Zone to Block

This commit is contained in:
wish
2023-06-18 20:38:04 +10:00
parent a9c3f82903
commit 5464594c98
3 changed files with 14 additions and 13 deletions

View File

@@ -5,7 +5,8 @@ CREATE TABLE IF NOT EXISTS tower (
tr INT,
trp INT,
tsp INT,
zone1 INT,
block1 INT,
block2 INT,
skills TEXT DEFAULT '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
gems TEXT DEFAULT '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'
);