From 5179e6e09b3cc007735cb6dc70c76eb21d9db013 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 30 Aug 2020 18:01:48 +0200 Subject: [PATCH] SAI/Typo * fixed typo in SmartAI event handler 76 bricking related object/npc pages --- includes/smartAI.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/smartAI.class.php b/includes/smartAI.class.php index 62bafcbc..87e561f0 100644 --- a/includes/smartAI.class.php +++ b/includes/smartAI.class.php @@ -682,7 +682,7 @@ class SmartAI $this->jsGlobals[TYPE_NPC][] = $e['param'][5]; if ($e['param'][3]) - $footer = Util::foramtTime($e['param'][3], true); + $footer = Util::formatTime($e['param'][3], true); break; case SAI_EVENT_EVENT_PHASE_CHANGE: // 66 - On event phase mask set $e['param'][5] = Lang::concat(Util::mask2bits($a['param'][0]), false);