ronancpl / HeavenMS

An improved server based on MapleSolaxia (v83 MapleStory private server)
GNU Affero General Public License v3.0
1.03k stars 742 forks source link

Votes column does not exists in account table in db_database.sql #409

Closed DoggiKong closed 5 years ago

DoggiKong commented 5 years ago

Despite VotePoints being implemented in MapleClient and GM commands, the default db_database.sql does not create the specific column for it

image image

ronancpl commented 5 years ago

Add in a PR the column "votepoints" int(11) NOT NULL DEFAULT '0' just after rewardpoints in accounts table, this should settle it.