mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
bye bye trailing whitespaces (#442)
This commit is contained in:
@@ -43,7 +43,7 @@ if (user_logged_in() && is_admin($user_data)) {
|
||||
if (!in_array($attributes['group'], $groups))
|
||||
$groups[] = $attributes['group'];
|
||||
}
|
||||
// Get spell vocations
|
||||
// Get spell vocations
|
||||
$vocations = array();
|
||||
foreach ($spell->vocation as $vocation) {
|
||||
foreach ($vocation->attributes() as $attributeName => $attributeValue) {
|
||||
@@ -254,4 +254,4 @@ foreach ($spells as $type => $spells) {
|
||||
// All spell attributes?
|
||||
'group', 'words', 'lvl', 'maglv', 'charges', 'allowfaruse', 'blocktype', 'mana', 'soul', 'prem', 'aggressive', 'range', 'selftarget', 'needtarget', 'blockwalls', 'needweapon', 'exhaustion', 'groupcooldown', 'needlearn', 'casterTargetOrDirection', 'direction', 'params', 'playernameparam', 'conjureId', 'reagentId', 'conjureCount', 'vocations'
|
||||
*/
|
||||
include 'layout/overall/footer.php'; ?>
|
||||
include 'layout/overall/footer.php'; ?>
|
||||
|
Reference in New Issue
Block a user