Advertisement
Rochet2

error log

Jul 19th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.35 KB | None | 0 0
  1. 1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
  2. 2>------ Build started: Project: revision.h, Configuration: Release Win32 ------
  3. 3>------ Build started: Project: scripts, Configuration: Release Win32 ------
  4. 3>  Transmogrification.cpp
  5. 3>E:\Cores\TrinityCore\Source\src\server\scripts\Custom\Transmogrification.cpp(35): error C2512: 'SummonList' : no appropriate default constructor available
  6. 3>E:\Cores\TrinityCore\Source\src\server\scripts\Custom\Transmogrification.cpp(35): error C2614: 'boss_nethekurse_one::boss_nethekurse_oneAI' : illegal member initialization: 'Summons' is not a base or member
  7. 3>E:\Cores\TrinityCore\Source\src\server\scripts\Custom\Transmogrification.cpp(94): error C2065: 'LANG_UNIVERSAM' : undeclared identifier
  8. 3>E:\Cores\TrinityCore\Source\src\server\scripts\Custom\Transmogrification.cpp(113): error C2065: 'SAY_STAGE_1_03' : undeclared identifier
  9. 3>E:\Cores\TrinityCore\Source\src\server\scripts\Custom\Transmogrification.cpp(141): error C2065: 'SAY_STAGE_1_04' : undeclared identifier
  10. 4>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
  11. 4>  Build all projects
  12. 5>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
  13. 5>Project not selected to build for this solution configuration
  14. ========== Build: 3 succeeded, 1 failed, 15 up-to-date, 1 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement