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:
parent
676c8617a5
commit
f2bbb87eef
2 changed files with 3 additions and 2 deletions
|
|
@ -2279,7 +2279,8 @@ class SpellPage extends GenericPage
|
|||
'icon' => $_icon,
|
||||
'perfectItem' => $_perfItem,
|
||||
'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";
|
||||
endif;
|
||||
|
||||
if (isset($e['markup'])):
|
||||
if ($e['markup']):
|
||||
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'].'\');});
|
||||
//]]></script>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue