opendarkeden / server

38 stars 30 forks source link

src: fix Create Guild bug #102

Closed tiancaiamao closed 1 year ago

tiancaiamao commented 1 year ago

Close https://github.com/opendarkeden/server/issues/97

It's caused by the makefile __GAME_SERVER__ macro define This bug is similiar to https://github.com/opendarkeden/server/pull/66

Also the Rank is a reserved keyword in MySQL8, need to add quote to the SQL.