Skip to content

error C2039: 'getPowerType' : is not a member of 'Creature' #7

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

Closed
BrettDioson opened this issue Aug 22, 2014 · 2 comments
Closed

error C2039: 'getPowerType' : is not a member of 'Creature' #7

BrettDioson opened this issue Aug 22, 2014 · 2 comments

Comments

@BrettDioson
Copy link

Getting the following errors when trying to compile:

1>..\scripts\eastern_kingdoms\karazhan\boss_shade_of_aran.cpp(209): error C2039: 'getPowerType' : is not a member of 'Creature'
1> P:\Downloads\Games\WoW\CMaNGOS\CataSource\src\game\Creature.h(498) : see declaration of 'Creature'

1>..\scripts\northrend\icecrown_citadel\icecrown_citadel\boss_deathbringer_saurfang.cpp(121): error C2039: 'getPowerType' : is not a member of 'Creature'
1> P:\Downloads\Games\WoW\CMaNGOS\CataSource\src\game\Creature.h(498) : see declaration of 'Creature'

Compile fails because of this.

Using Win8 64 bit.
MS VSE2013
Opening scriptVC110.sln and updating for 2013. Cleaning build then Build release for x64.

@xfurry
Copy link
Member

xfurry commented Aug 26, 2014

This is because I forgot to update SD2-cata to the latest core. I will do it by the end of this week.

@BrettDioson
Copy link
Author

Thank you. I thought I was doing something stupid and couldn't figure out what I was doing wrong... other than using Vis Studio 2013 that is.

@xfurry xfurry closed this as completed in 5fa8ee5 Sep 2, 2014
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

No branches or pull requests

2 participants