GithubHelp home page GithubHelp logo

azerothshard / playermap Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 36.0 827 KB

This project is not mantained anymore, use this https://github.com/azerothcore/playermap

Home Page: https://github.com/azerothcore/playermap

PHP 77.40% HTML 0.60% JavaScript 22.00%
playermap wow

playermap's People

Contributors

helias avatar yehonal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

playermap's Issues

The SQL statement does not conform to the latest database table structure on pomm_play.php Line47

The current database statement is:

SELECT leaderGuid,memberGuid FROM group_member WHERE memberGuid IN(SELECT guid FROM characters WHERE online='1')

But leaderGuid is in another table, groups

So, I try to fix this problem by change the SQL to this:

SELECT a.guid,a.memberGuid,b.leaderGuid FROM group_member as a LEFT JOIN groups as b on a.guid = b.guid WHERE memberGuid IN(SELECT guid FROM characters WHERE online='1')

It works for me, I don't know if it's a bug and I'm not very good with pull requests.
I hope someone sees this and fixes it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.