Closed talamortis closed 4 years ago
Yeah, I'll look at it when I got more time
i don't know, i feel like the testers didn't properly test
So I enabled travis to see if it compiles there but not sure how to make it show up in the PR
lol the build completely failed
yeah ill fix when i get more time
What would be missing to finalize this pull request?
need to update the travis file, see if it compiles and then fix ?
have you tested it @pangolp ?
https://github.com/azerothcore/mod-individual-xp/pull/12 should fix the travis problems and help you better debug the module
What is the problem that generates in travis and how can I test it?
What is the problem that generates in travis and how can I test it?
There is no problem with travis module-specific, is just it is not correctly set-up.
As for this pr, this pr is resolving a linux only error:
-void OnGiveXP(Player* p, uint32& amount, Unit* victim) override
+void OnGiveXP(Player* p, uint32& amount, Unit* /*victim*/) override
Doing this change might make linux compiling of the module work, but can't know this as travis doesn't currently work and no one tested the real change
Hi @talamortis, thank you so much for your contribution.
You can find the complete pull request that fixed travis here: https://github.com/azerothcore/mod-individual-xp/pull/14
Updated to see if travis will compile
Closes https://github.com/azerothcore/mod-individual-xp/issues/9