summaryrefslogtreecommitdiff
path: root/src/map/rodex.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru1-0/+5
RoDEX Update
2018-03-09Fixed a missing update on cached data when rodex attachment was retrieved, ↵Guilherme G. Menaldo1-0/+3
avoiding message to be deleted. Thanks @tlacson7
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo1-4/+20
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2017-12-18RoDEX Update:Dastgir1-0/+5
* Will not open if NPC is attached. * Will not send mail if NPC is attached. Fixes #1934
2017-10-21Add rodex 2017 packets.Andrei Karas1-3/+8
2017-09-05Add missing checks in attaching item to rodex mail.Andrei Karas1-5/+26
Also fix buffer overflow in requesting items from rodex mail.
2017-08-11Whitespace fixesHaru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2017-08-11Fix various issues detected by coverity in rodex-related codeHaru1-5/+5
Follow-up to 544da439e81ff78ec102b754e16b6cc0a28a6d0a Signed-off-by: Haru <haru@dotalux.com>
2017-07-30Implementation of RoDEXKirieZ1-0/+621