correct docstrings
This commit is contained in:
parent
895cdad9db
commit
2c0e68b194
78 changed files with 275 additions and 62 deletions
|
|
@ -149,6 +149,13 @@
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the Questtext that was last entered by a Character.
|
||||
*
|
||||
* @param int $characterId ID of Character
|
||||
* @param array $questtexts List of Questtexts to look into
|
||||
* @return array Questtext data
|
||||
*/
|
||||
public function pickQuesttextLastEnteredByCharacter($characterId, $questtexts)
|
||||
{
|
||||
if(count($questtexts) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue