cinderweb

Untitled

Sep 18th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$ git pull upstream master
  2. remote: Counting objects: 172, done.
  3. remote: Compressing objects: 100% (107/107), done.
  4. remote: Total 118 (delta 79), reused 43 (delta 10)
  5. Receiving objects: 100% (118/118), 23.36 KiB, done.
  6. Resolving deltas: 100% (79/79), completed with 46 local objects.
  7. From https://github.com/themanaworld/tmwa-server-data
  8. * branch master -> FETCH_HEAD
  9. Updating 4fb3586..683aa1a
  10. Fast-forward
  11. client-data | 2 +-
  12. login/conf/ladmin_athena.conf | 23 +-
  13. login/conf/ladmin_local.conf.example | 5 +-
  14. login/conf/lan_support.conf | 31 +-
  15. login/conf/login_athena.conf | 143 ++++----
  16. login/conf/login_local.conf.example | 45 ++-
  17. world/conf/char_athena.conf | 128 +++----
  18. world/conf/char_local.conf.example | 1 -
  19. world/conf/inter_athena.conf | 24 +-
  20. world/conf/lan_support.conf | 27 +-
  21. world/map/conf/atcommand_athena.conf | 139 +++++++-
  22. world/map/conf/atcommand_local.conf.example | 520 +---------------------------
  23. world/map/conf/battle_athena.conf | 436 +----------------------
  24. world/map/conf/battle_local.conf.example | 17 +-
  25. world/map/conf/grf-files.txt | 0
  26. world/map/conf/help.txt.example | 30 +-
  27. world/map/conf/magic.conf.template | 28 +-
  28. world/map/conf/map_local.conf.example | 7 +-
  29. world/map/conf/motd.txt.example | 4 +-
  30. world/map/conf/script_athena.conf | 2 -
  31. world/map/conf/water.txt | 54 ---
  32. world/map/conf/water_height.txt | 68 ----
  33. world/map/db/item_db.txt | 6 +-
  34. world/map/news.d/23-astral-extension.txt | 11 +
  35. world/map/news.html | 16 +-
  36. world/map/news.txt | 15 +-
  37. world/map/npc/001-1/gossip.txt | 2 +-
  38. world/map/npc/007-1/witch.txt | 1 +
  39. world/map/npc/008-1/annualeaster.txt | 5 +-
  40. world/map/npc/008-1/diryn.txt | 4 +-
  41. world/map/npc/009-1/milly.txt | 2 +-
  42. world/map/npc/009-4/torches.txt | 20 +-
  43. world/map/npc/017-4/orum.txt | 4 +-
  44. world/map/npc/018-2/caul.txt | 10 +-
  45. world/map/npc/021-1/_import.txt | 1 +
  46. world/map/npc/021-1/npcs.txt | 14 +-
  47. world/map/npc/021-1/pauline.txt | 296 ++++++++++++++++
  48. world/map/npc/027-1/graves.txt | 5 +-
  49. world/map/npc/027-1/monsters.txt | 15 +-
  50. world/map/npc/052-1/channelling.txt | 3 +-
  51. world/map/npc/052-2/partyroom.txt | 13 +-
  52. world/map/npc/functions/dailyquest.txt | 5 +-
  53. world/map/npc/functions/game_rules.txt | 5 +-
  54. world/map/npc/functions/mob_points.txt | 10 +-
  55. world/map/npc/items/magic_gm_top_hat.txt | 5 +-
  56. world/map/npc/items/require_stat.txt | 26 +-
  57. world/map/npc/items/restricted_item.txt | 7 +-
  58. 47 files changed, 808 insertions(+), 1427 deletions(-)
  59. delete mode 100644 world/map/conf/grf-files.txt
  60. delete mode 100644 world/map/conf/script_athena.conf
  61. delete mode 100644 world/map/conf/water.txt
  62. delete mode 100644 world/map/conf/water_height.txt
  63. create mode 100644 world/map/news.d/23-astral-extension.txt
  64. create mode 100644 world/map/npc/021-1/pauline.txt
  65. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$
Advertisement
Add Comment
Please, Sign In to add comment