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:
Sarjuuk
2025-03-20 19:07:21 +01:00
parent 676c8617a5
commit f2bbb87eef
2 changed files with 3 additions and 2 deletions

View File

@@ -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>';