Page 1 of 1

Just a Grammar correction

PostPosted: Fri Dec 30, 2016 5:39 pm
by Loki
Not a fix as such, but still it needs correcting
Code: Select all
[quote]player.Out.SendMessage("I have no tasks for you at the moment. Come back sometime later, perhaps then you can help we with something.",eChatType.CT_Say,eChatLoc.CL_PopupWindow);[/quote]
line 543 and 552 both have "we with something" rather than "me with something"


the line should read
Code: Select all
player.Out.SendMessage("I have no tasks for you at the moment. Come back sometime later, perhaps then you can help me with something.",eChatType.CT_Say,eChatLoc.CL_PopupWindow);

Re: Just a Grammar correction

PostPosted: Fri Dec 30, 2016 5:52 pm
by Graveen
Thank you ! can you do a pull request on github please ?

I know this is not as friendly as it should, but this is an huge tool :)

http://www.dolserver.net/viewtopic.php?f=47&t=22757

Re: Just a Grammar correction

PostPosted: Fri Dec 30, 2016 6:34 pm
by Loki
Wow that is like instructions to the hadron collider, Ill need some brain food for that...


But will try

Re: Just a Grammar correction

PostPosted: Fri Dec 30, 2016 10:50 pm
by Graveen
Ask for particular steps if issues :o