tobmaps / TrinityCore

http://www.TrinityCore.org
GNU General Public License v2.0
38 stars 7 forks source link

compile error #208

Closed ghost closed 13 years ago

ghost commented 13 years ago

I have compile errors on this revision https://github.com/tobmaps/TrinityCore/commit/5585e26af6f8c1c0c11cf9bcffdc05d10d9864ce

[ 40%]TrinityCore/src/server/scripts/OutdoorPvP/OutdoorPvPWG.cpp: In member function ‘virtual void OutdoorPvPWG::OnGameObjectCreate(GameObject*)’: TrinityCore/src/server/scripts/OutdoorPvP/OutdoorPvPWG.cpp:883: error: ‘union GameObjectValue’ has no member named ‘building’ TrinityCore/src/server/scripts/OutdoorPvP/OutdoorPvPWG.cpp:888: error: ‘union GameObjectValue’ has no member named ‘building’ TrinityCore/src/server/scripts/OutdoorPvP/OutdoorPvPWG.cpp: In member function ‘void OutdoorPvPWG::RebuildAllBuildings()’: TrinityCore/src/server/scripts/OutdoorPvP/OutdoorPvPWG.cpp:939: error: ‘class GameObject’ has no member named ‘Rebuild’ TrinityCore/src/server/scripts/OutdoorPvP/OutdoorPvPWG.cpp:940: error: ‘union GameObjectValue’ has no member named ‘building’

ghost commented 13 years ago

same

ghost commented 13 years ago

Code style change? building.health to Building.Health

tobmaps commented 13 years ago

fixed