Skip to content

Commit

Permalink
Merge pull request #6978 from Xaver-DaRed/id
Browse files Browse the repository at this point in the history
[Fix] Wrong avatar being displayed as learnt (Cloister of Tremors)
  • Loading branch information
claywar authored Feb 7, 2025
2 parents 6859960 + aee4b64 commit 76d1b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end
function content:onEventFinishWin(player, csid, option, npc)
if not player:hasSpell(xi.magic.spell.TITAN) then
player:addSpell(xi.magic.spell.TITAN)
player:messageSpecial(cloisterOfTremorsID.text.TITAN_UNLOCKED, 0, 0, 2)
player:messageSpecial(cloisterOfTremorsID.text.TITAN_UNLOCKED, 0, 0, 1)
end

if not player:hasItem(xi.item.SCROLL_OF_INSTANT_WARP) then
Expand Down

0 comments on commit 76d1b84

Please sign in to comment.