Advertisement
nevadies

Untitled

Jul 21st, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
  2. #
  3. # This file is free software; as a special exception the author gives
  4. # unlimited permission to copy and/or distribute it, with or without
  5. # modifications, as long as this notice is preserved.
  6. #
  7. # This program is distributed in the hope that it will be useful, but
  8. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  9. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10.  
  11. set(sources
  12. ${sources}
  13. Custom/worldchat.cpp
  14. Custom/vipcommand.cpp
  15. Custom/alliance_boss.cpp
  16. Custom/horde_boss.cpp
  17. Custom/vip_only_area.cpp
  18. Custom/vip_only_vendor.cpp
  19. Custom/chat_censure.cpp
  20. Custom/pvp_duel_reset.cpp
  21. Custom/npc_tools.cpp
  22. Custom/npc_support.cpp
  23. Custom/arena_que.cpp
  24. Custom/stone.cpp
  25. Custom/tele.cpp
  26. Custom/beast.cpp
  27. Custom/combat.cpp
  28. Custom/worldboss.cpp
  29. Custom/arenateams.cpp
  30. Custom/vipvendor.cpp
  31. Custom/worldbossdies.cpp
  32. Custom/vipvendor2.cpp
  33. Custom/gamble.cpp
  34. Custom/luke.cpp
  35. Custom/longin.cpp
  36. Custom/BossStoner.cpp
  37. Custom/raidboss.cpp
  38. Custom/trashraid.cpp
  39. Custom/dragon.cpp
  40. Custom/donation.cpp
  41. Custom/mob.cpp
  42. Custom/mob1.cpp
  43. Custom/mob3.cpp
  44. Custom/mob4.cpp
  45. Custom/mob5.cpp
  46. Custom/mob6.cpp
  47. Custom/CombatBugged.cpp
  48. Custom/bossannouncer1.cpp
  49. Custom/Dragon2.cpp
  50. Custom/afk.cpp
  51. Custom/guild.cpp
  52. Custom/Dragon3.cpp
  53. Custom/viptrader.cpp
  54. )
  55.  
  56. message(" -> Prepared: Custom")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement