ZhengPeiRu21 / mod-playerbots

AzerothCore Playerbots Module
MIT License
193 stars 93 forks source link

Paladin AI tweek commit doesnt compiled successfully. #177

Closed rogerc66 closed 1 year ago

rogerc66 commented 1 year ago

Paladin AI tweek commit doesnt compiled successfully.

cmake complains about Sanctity aura is not declared or something like that.

brian8544 commented 1 year ago

syntax error: identifier 'SanctityAuraTrigger' @ modules\mod-playerbots\src\strategy\paladin\PaladinAiObjectContext.cpp Line:146 -- static Trigger sanctity_aura(PlayerbotAI botAI) { return new SanctityAuraTrigger(botAI); }

ZhengPeiRu21 commented 1 year ago

Thank you for the report! This should now be fixed in https://github.com/ZhengPeiRu21/mod-playerbots/commit/7d102f5434489214448855894b595c194720baf5.