From 4ac2fe27d5307dae1707324900950fdc9d41e41a Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Fri, 29 Sep 2017 18:30:53 +0200 Subject: [PATCH] * fixed rook sample * rook sample will now have level 1, 150 health, 0 mana, and 400 cap. --- install/steps/finish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/steps/finish.php b/install/steps/finish.php index 4d20ab65..f3e045e7 100644 --- a/install/steps/finish.php +++ b/install/steps/finish.php @@ -146,7 +146,7 @@ INSERT INTO `myaac_news` (`id`, `type`, `date`, `category`, `title`, `body`, `pl $query = $db->query('SELECT `id` FROM `players` WHERE `name` = ' . $db->quote('Rook Sample')); if($query->rowCount() == 0) { - if(!query($insert_into_players . "(null, 'Rook Sample', 1, 1, 8, 0, 185, 185, 4200, 118, 114, 38, 57, 130, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179613, 2453925456, 1, 1255179614, 0, 1, UNIX_TIMESTAMP(), 1, '');")) + if(!query($insert_into_players . "(null, 'Rook Sample', 1, 1, 1, 0, 150, 150, 4200, 118, 114, 38, 57, 130, 0, 0, 0, 0, 100, 11, 2200, 1298, 7, '', 400, 1, 1255179613, 2453925456, 1, 1255179614, 0, 1, UNIX_TIMESTAMP(), 1, '');")) $success = false; }