preparation for guild wars

This commit is contained in:
slawkens 2023-02-17 17:10:01 +01:00
parent 51e9bb2a7f
commit 5487314230
2 changed files with 2 additions and 1 deletions

View File

@ -148,6 +148,7 @@ if($db->hasColumn('players', 'guildnick'))
$twig->display('guilds.view.html.twig', array(
'logo' => $guild_logo,
'guild' => $guild,
'guild_id' => $guild->getId(),
'guild_name' => $guild_name,
'description' => $description,

View File

@ -265,7 +265,7 @@
</div>
<br>
{{ hook(constant('HOOK_GUILDS_AFTER_INVITED_CHARACTERS'), { 'guild_id': guild_id }) }}
{{ hook(constant('HOOK_GUILDS_AFTER_INVITED_CHARACTERS'), { 'guild': guild, 'isLeader': isLeader }) }}
<div class="TableContainer">
<table class="Table3" cellpadding="0" cellspacing="0">