summaryrefslogtreecommitdiff
path: root/src/char/int_rodex.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27Fix an item loading failure in RODEXHaru1-22/+24
Caused by a wrong ordering of SQL operations (StmtExecute after StmtBindColumn) introduced in e5a63561bba9d09e5a88636f4982cdb2cf57a569. Fixes #1912 Signed-off-by: Haru <haru@dotalux.com>
2017-11-18Correct an issue in the RODEX when MAX_SLOTS or MAX_ITEM_OPTIONS have custom ↵Haru1-68/+80
values
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-39/+40
Fixes #1531 (and other similar issues) Signed-off-by: Haru <haru@dotalux.com>
2017-10-21Add rodex 2017 packets.Andrei Karas1-0/+24
2017-09-19remove trailing whitespaces from sourcegumi1-6/+6
2017-08-08Fix hpm issues after rodex commit.Andrei Karas1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+536