Fixed Typo in Junkdealer conversation

This commit is contained in:
tacef
2014-05-05 17:42:08 +02:00
parent 1ecdb6ac14
commit 90ded46f68
+1 -1
View File
@@ -279,7 +279,7 @@ def noSellWindowCallBack(owner, window, eventType, returnList):
#cancel
if eventType == 1:
owner.sendSystemMessage('Cancle', 0)
owner.sendSystemMessage('Cancel', 0)
sellItem = returnList.get(0)
startConversation(coreRef,owner,junkDealerRef)
return