Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ..\..\..\..\src\server\scripts\Custom\CaptureCities.cpp(37) : error C2039: 'SendWorldMsg' : is not a member of 'World'
  2. C:\Trinity\TrinityCore\src\server\game\World\World.h(536) : see declaration of 'World'
  3. ..\..\..\..\src\server\scripts\Custom\CaptureCities.cpp(148) : error C2664: 'npc_commander_ally::npc_commander_ally(const npc_commander_ally &)' : cannot convert parameter 1 from 'Creature *' to 'const npc_commander_ally &'
  4. Reason: cannot convert from 'Creature *' to 'const npc_commander_ally'
  5. No constructor could take the source type, or constructor overload resolution was ambiguous
Add Comment
Please, Sign In to add comment