From 83d22f16e7428c6c25d9eaa4185b70887ca3441c Mon Sep 17 00:00:00 2001 From: Alex Stoica <0x01.alex@gmail.com> Date: Sun, 7 Jan 2018 16:49:55 +0000 Subject: [PATCH] Fix typo --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index 1b854f53..5f148c8b 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -689,7 +689,7 @@ class Automation { } } - // Update ww last finish upgrate + // Update ww last finish upgrade if ($indi['type'] == 40) { $qW = "UPDATE ".TB_PREFIX."fdata set ww_lastupdate = ".time()." where vref = ".(int) $indi['wid']; $database->query($qW);