Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. /root/TrinityCore/src/server/scripts/Custom/TEST2.cpp:25:64: error: only virtual member functions can be marked 'override'
  2. bool OnGossipHello(Player* player, Creature* creature) override
  3. ^~~~~~~~
  4. /root/TrinityCore/src/server/scripts/Custom/TEST2.cpp:76:32: error: call to non-static member function 'OnGossipHello' of
  5. 'Npc_Show_Points' from nested type 'npcshowpointsAI'
  6. return OnGossipHello(player, me);
  7. ^~~~~~~~~~~~~
  8. /root/TrinityCore/src/server/scripts/Custom/TEST2.cpp:83:32: error: use of undeclared identifier 'OnGossipSelect'
  9. return OnGossipSelect(player, me, sender, action);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement