Skip to content
Snippets Groups Projects
Commit 450c092a authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Fixing minor sound typo in quest An Ice Merchant's Dream (648)

	* Patch by: lion
parent 0385d0b5
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class Quest (JQuest) : ...@@ -49,7 +49,7 @@ class Quest (JQuest) :
elif event == "32023-05.htm" : elif event == "32023-05.htm" :
if self.getRandom(100) <= 25 : if self.getRandom(100) <= 25 :
st.giveItems(Black_Ice,1) st.giveItems(Black_Ice,1)
st.playSound("ItemSound3.sys_enchant_sucess") st.playSound("ItemSound3.sys_enchant_success")
else: else:
htmltext = "32023-06.htm" htmltext = "32023-06.htm"
st.playSound("ItemSound3.sys_enchant_failed") st.playSound("ItemSound3.sys_enchant_failed")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment