You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: