- | {$flotteEC->nom|escape} |
+ {$flotteEC->nom|escape} |
{$flotteEC->txtMission($flotteEC->mission)} |
{$flotteEC->nb_vais} |
{if $flotteEC->end_type == "2"}{$flotteEC->end_planete->nom_alliance} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:A]{elseif $flotteEC->end_type == "1"}[{$flotteEC->end_planete}]{elseif $flotteEC->end_type == "3"}[{$flotteEC->end_planete}:A]{else}{$flotteEC->end_planete->nom_planete} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:{$flotteEC->end_planete->position}]{/if} |
@@ -69,4 +69,4 @@
-{include file='game/footer.tpl'}
+{include file='game/footer.tpl'}
\ No newline at end of file
diff --git a/onyx2/tpl/game/menu_joueurs.tpl b/onyx2/tpl/game/menu_joueurs.tpl
index a7e0d8f..578040d 100644
--- a/onyx2/tpl/game/menu_joueurs.tpl
+++ b/onyx2/tpl/game/menu_joueurs.tpl
@@ -27,7 +27,6 @@
Armement
Défenses
Projets expérimentaux
- Expansion
{/if}
@@ -68,4 +67,4 @@
Rapports de bug
F.A.Q.
Déconnexion
-
+
\ No newline at end of file
diff --git a/schema.sql b/schema.sql
index 096c278..5c7c4c7 100644
--- a/schema.sql
+++ b/schema.sql
@@ -608,7 +608,7 @@ CREATE TABLE IF NOT EXISTS `planete` (
`isolement` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`nom_planete` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`moral` float NOT NULL DEFAULT 0.5,
- `image` tinyint unsigned NOT NULL DEFAULT 0,
+ `image` tinyint(4) NOT NULL DEFAULT 0,
`cases` int(11) NOT NULL DEFAULT 0,
`debris_met` bigint(20) NOT NULL DEFAULT 0,
`debris_cri` bigint(20) NOT NULL DEFAULT 0,