diff --git a/gw-action.php b/gw-action.php index 792158a..0be9460 100644 --- a/gw-action.php +++ b/gw-action.php @@ -8,11 +8,7 @@ if ($action == 1){ //insert dropped items data echo '
'; } else if ($action == 2){ //view history of dropped items echo ''; - echo '
'; -} else if ($action == 3){ //toon creation page here - echo ''; - echo 'Character creation is currently disabled!

Click here to go to the main page'; - //echo '
'; //enable this and modify it when gw-create.php is made + echo '
'; } else { echo 'You shouldn\'t be seeing this, something went horribly horribly wrong!'; } diff --git a/gw-pull.php b/gw-history.php similarity index 100% rename from gw-pull.php rename to gw-history.php