diff --git a/models/CharactergroupsquestsModel.inc b/models/CharactergroupsquestsModel.inc index 69393322..bc60896a 100644 --- a/models/CharactergroupsquestsModel.inc +++ b/models/CharactergroupsquestsModel.inc @@ -104,7 +104,7 @@ $questId ); if(empty($data)) { - throw new \nre\exceptions\IdNotFoundException($questUrl); + throw new \nre\exceptions\IdNotFoundException($questId); }