SAI/Typo
* fixed typo in SmartAI event handler 76 bricking related object/npc pages
This commit is contained in:
parent
366a0f2040
commit
5179e6e09b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue