* fixed typo in SmartAI event handler 76 bricking related object/npc pages
This commit is contained in:
Sarjuuk
2020-08-30 18:01:48 +02:00
parent 366a0f2040
commit 5179e6e09b

View File

@@ -682,7 +682,7 @@ class SmartAI
$this->jsGlobals[TYPE_NPC][] = $e['param'][5]; $this->jsGlobals[TYPE_NPC][] = $e['param'][5];
if ($e['param'][3]) if ($e['param'][3])
$footer = Util::foramtTime($e['param'][3], true); $footer = Util::formatTime($e['param'][3], true);
break; break;
case SAI_EVENT_EVENT_PHASE_CHANGE: // 66 - On event phase mask set case SAI_EVENT_EVENT_PHASE_CHANGE: // 66 - On event phase mask set
$e['param'][5] = Lang::concat(Util::mask2bits($a['param'][0]), false); $e['param'][5] = Lang::concat(Util::mask2bits($a['param'][0]), false);