blueboy / portal

This portal repo is for development purposes only
http://github.com/blueboy/portal
GNU General Public License v2.0
27 stars 24 forks source link

Error compile with BuildPlayerChat #58

Closed Warrior94 closed 10 years ago

Warrior94 commented 10 years ago

I compile Cmangos and playerbot in the last reision, and I obtain this error:

....\src\game\playerbot\PlayerbotAI.cpp(5071): error C2039: 'BuildPlayerChat' : no es un miembro de 'Player' 4> c:\cmangos\mangos-wotlk\src\game\Player.h(995) : vea la declaración de 'Player'

I think that blueboy playerbot needs a revision.

Greetings

VladimirMangos commented 10 years ago

Need changes similar done into commits: https://github.com/cmangos/mangos-wotlk/commit/1af082e44188e76cb83e383957373763aa70a22a https://github.com/cmangos/mangos-wotlk/commit/f970cc53547347a5edc5e334e13721a57a2c7bb5

blueboy commented 10 years ago

Thanks for the feedback.

I have now posted a fix for the changes made with BuildPlayerChat function. The code should now compile and run without issue.

Hope this helps