Closed DoggiKong closed 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
Add in a PR the column "votepoints" int(11) NOT NULL DEFAULT '0' just after rewardpoints in accounts table, this should settle it.
"votepoints" int(11) NOT NULL DEFAULT '0'
accounts
Despite VotePoints being implemented in MapleClient and GM commands, the default db_database.sql does not create the specific column for it