Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maptier #109

Closed
wants to merge 30 commits into from
Closed

Add maptier #109

wants to merge 30 commits into from

Conversation

moemoequte
Copy link

  • native int Influx_GetCurrentMapTier();
  • add !settier command for admin so that admin can set current map's tier
  • add maptier column using
CREATE TABLE IF NOT EXISTS inf_maps (
    mapid INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY,
    mapname VARCHAR(127) NOT NULL UNIQUE,
    maptier INT DEFAULT 0
);

@TotallyMehis
Copy link
Member

Good job. I'll merge in a day or two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants