From 859d4446cc18083fbee885def76efa15069a6c38 Mon Sep 17 00:00:00 2001 From: rylon Date: Sun, 2 Nov 2014 13:21:02 +0100 Subject: [PATCH] config ignore so multilvl deploy works properly --- .gitignore | 3 ++- config.php => config.dist.php | 0 mojotrollz/api/char/tpl/skilltree.tpl | 18 ++++++------------ 3 files changed, 8 insertions(+), 13 deletions(-) rename config.php => config.dist.php (100%) diff --git a/.gitignore b/.gitignore index 14bc68c..14a2aba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/nbproject/private/ \ No newline at end of file +/nbproject/private/ +/config.php diff --git a/config.php b/config.dist.php similarity index 100% rename from config.php rename to config.dist.php diff --git a/mojotrollz/api/char/tpl/skilltree.tpl b/mojotrollz/api/char/tpl/skilltree.tpl index b2d2a2c..a405177 100644 --- a/mojotrollz/api/char/tpl/skilltree.tpl +++ b/mojotrollz/api/char/tpl/skilltree.tpl @@ -7,7 +7,7 @@ - 0 points - Reset this tree + Reset this tree
@@ -16,7 +16,7 @@ - 0 points
- Reset this tree + Reset this tree
@@ -25,18 +25,12 @@ - 0 points
- Reset this tree + Reset this tree - - ${tree1} - - - ${tree2} - - - ${tree3} - + ${tree1} + ${tree2} + ${tree3} \ No newline at end of file