Skip to content

Commit

Permalink
fix: oberon arguments (opentibiabr#2021)
Browse files Browse the repository at this point in the history
When we reply to oberon ULTAH SALID'AR, ESDO LO! we respond with: SEHWO
ASIMO, TOLIDO ESD this argument does not have the !


![oberon](https://github.com/opentibiabr/canary/assets/79299476/6e150ef1-95bd-4f44-8d9f-abdbb0aae356)
  • Loading branch information
Sorairei authored Dec 16, 2023
1 parent dd1beef commit 6b1d52a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GrandMasterOberonResponses = {
[6] = { msg = "Excuse me but I still do not get the message!", msg2 = oberonOthersMessages[2] },
[7] = { msg = "Dare strike up a Minnesang and you will receive your last accolade!", msg2 = oberonOthersMessages[1] },
[8] = { msg = "Then why are we fighting alone right now?", msg2 = oberonOthersMessages[2] },
[9] = { msg = "SEHWO ASIMO, TOLIDO ESD!", msg2 = oberonOthersMessages[2] },
[9] = { msg = "SEHWO ASIMO, TOLIDO ESD", msg2 = oberonOthersMessages[2] },
}

GrandMasterOberonConfig = {
Expand Down

0 comments on commit 6b1d52a

Please sign in to comment.