Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 32b7a6a

Browse files
authored
fix(content): Fix spelling error during Hazeel Cult quest (#1756)
1 parent 1d03394 commit 32b7a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/scripts/quests/quest_hazeelcult/scripts/quest_hazeelcult.rs2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mes("You can hear there is a hollow behind this wall."); // from rs3
8383

8484
[oploc1,loc_2851]
8585
if(%hazeelcult_progress = ^hazeelcult_given_armour_or_scroll & %hazeelcult_side = ^hazeelcult_goodside) {
86-
~mesbox("You search the cupbaord thoroughly. You find a bottle of poison and a mysterious amulet. You pass your discovery on to Ceril.");
86+
~mesbox("You search the cupboard thoroughly. You find a bottle of poison and a mysterious amulet. You pass your discovery on to Ceril.");
8787
~chatplayer("<p,angry>Ceril!");
8888
if (npc_find(coord, ceril_carnillean, 6, 0) = false) {
8989
return;

0 commit comments

Comments
 (0)