mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
SAI/Typo
* fixed typo in SmartAI event handler 76 bricking related object/npc pages
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user