This version of AoWoW is based on https://github.com/udw/udwbase and is not yet usable. An initial amount of testing has been finished, and you can import the aowow.sql database into your world database, and create a local copy of config.php.in as config.php to test this version. FirePHP (http://firephp.org/) has been added for testing purposes. Signed-off-by: TheLuda <theluda@getmangos.com>
6 lines
134 B
Smarty
6 lines
134 B
Smarty
var _ = g_spells;
|
|
{strip}
|
|
{foreach from=$data key=id item=item}
|
|
_[{$id}]={ldelim}icon: '{$item.icon}'{rdelim};
|
|
{/foreach}
|
|
{/strip} |