mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
SpellDetailPage/Effects
* readd lost markup used by EFFECT_PLAY_SOUND, EFFECT_PLAY_MUSIC and AURA_OVERRIDE_SPELLS, AURA_SCREEN_EFFECT
This commit is contained in:
@@ -2279,7 +2279,8 @@ class SpellPage extends GenericPage
|
|||||||
'icon' => $_icon,
|
'icon' => $_icon,
|
||||||
'perfectItem' => $_perfItem,
|
'perfectItem' => $_perfItem,
|
||||||
'name' => $_header,
|
'name' => $_header,
|
||||||
'footer' => $_footer
|
'footer' => $_footer,
|
||||||
|
'markup' => $_markup
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ foreach ($this->effects as $i => $e):
|
|||||||
echo "<small><br>".implode("<br>", $e['footer'])."</small>\n";
|
echo "<small><br>".implode("<br>", $e['footer'])."</small>\n";
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
if (isset($e['markup'])):
|
if ($e['markup']):
|
||||||
echo '<br/><div id="spelleffectmarkup-'.$i.'" style="display: inline-block"></div><script type="text/javascript">//<![CDATA[
|
echo '<br/><div id="spelleffectmarkup-'.$i.'" style="display: inline-block"></div><script type="text/javascript">//<![CDATA[
|
||||||
$WH.aE(window,\'load\',function(){$WH.ge(\'spelleffectmarkup-'.$i.'\').innerHTML = Markup.toHtml(\''.$e['markup'].'\');});
|
$WH.aE(window,\'load\',function(){$WH.ge(\'spelleffectmarkup-'.$i.'\').innerHTML = Markup.toHtml(\''.$e['markup'].'\');});
|
||||||
//]]></script>';
|
//]]></script>';
|
||||||
|
|||||||
Reference in New Issue
Block a user