leader->leadership, power->strength
This commit is contained in:
+6
-6
@@ -28,8 +28,8 @@ $general_schema = "
|
||||
nations char(64) default ',0,',
|
||||
city int(6) default 0,
|
||||
troop int(6) default 0,
|
||||
leader int(3) default 0, leader2 int(3) default 0,
|
||||
power int(3) default 0, power2 int(3) default 0,
|
||||
leadership int(3) default 0, leadership2 int(3) default 0,
|
||||
power int(3) default 0, strength2 int(3) default 0,
|
||||
intel int(3) default 0, intel2 int(3) default 0,
|
||||
injury int(2) default 0,
|
||||
experience int(6) default 0, dedication int(6) default 0,
|
||||
@@ -307,7 +307,7 @@ $token_schema = "
|
||||
create table token (
|
||||
token int(6) not null auto_increment,
|
||||
id char(16) not null,
|
||||
leader int(3) not null,
|
||||
leadership int(3) not null,
|
||||
power int(3) not null,
|
||||
intel int(3) not null,
|
||||
|
||||
@@ -528,9 +528,9 @@ $tournament_schema = "
|
||||
w int(2) default 0,
|
||||
b int(2) default 0,
|
||||
h int(2) default 0,
|
||||
ldr int(3) default 0,
|
||||
pwr int(3) default 0,
|
||||
itl int(3) default 0,
|
||||
leadership int(3) default 0,
|
||||
strength int(3) default 0,
|
||||
intel int(3) default 0,
|
||||
lvl int(3) default 0,
|
||||
grp int(2) default 0,
|
||||
grp_no int(2) default 0,
|
||||
|
||||
Reference in New Issue
Block a user