Skip to content

Commit

Permalink
SAI/Typo
Browse files Browse the repository at this point in the history
 * fixed typo in SmartAI event handler 76 bricking related object/npc pages
  • Loading branch information
Sarjuuk committed Aug 30, 2020
1 parent 366a0f2 commit 5179e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/smartAI.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ private function event() : array
$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);
Expand Down

0 comments on commit 5179e6e

Please sign in to comment.