mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
rename Zone to Block
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user