cinderweb

Untitled

Oct 21st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$ git branch --set-upstream-to=origin/master master
  2. Branch master set up to track remote branch master from origin.
  3. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$ git pull
  4. remote: Counting objects: 166, done.
  5. remote: Compressing objects: 100% (116/116), done.
  6. remote: Total 135 (delta 85), reused 68 (delta 19)
  7. Receiving objects: 100% (135/135), 28.56 KiB | 0 bytes/s, done.
  8. Resolving deltas: 100% (85/85), completed with 29 local objects.
  9. From https://github.com/themanaworld/tmwa-server-data
  10. 0d99b1b..be4eeff master -> origin/master
  11. d60cec6..c994dbf stable -> origin/stable
  12. * [new tag] v2013.10.02 -> v2013.10.02
  13. From https://github.com/themanaworld/tmwa-server-data
  14. * [new tag] v2013.09.27 -> v2013.09.27
  15. * [new tag] v2013.09.28 -> v2013.09.28
  16. * [new tag] v2013.09.29 -> v2013.09.29
  17. * [new tag] v2013.10.01 -> v2013.10.01
  18. Updating 683aa1a..be4eeff
  19. Fast-forward
  20. GNUmakefile | 6 +-
  21. char-server | 4 +-
  22. client-data | 2 +-
  23. login-server | 4 +-
  24. login/conf/login_local.conf.example | 7 +-
  25. map-server | 4 +-
  26. run-all | 8 +-
  27. tools/_news_colors.py | 63 ++-
  28. tools/bin/restart-login | 2 +-
  29. tools/bin/restart-world | 4 +-
  30. world/map/conf/magic.conf.template | 16 +-
  31. world/map/conf/msg_athena.conf | 528 ---------------------
  32. world/map/db/const.txt | 18 +-
  33. world/map/news.d/24-code-release.txt | 57 +++
  34. world/map/news.html | 60 +++
  35. world/map/news.txt | 59 +++
  36. world/map/npc/002-4/underground_palace_barrier.txt | 2 +-
  37. world/map/npc/007-1/witch.txt | 2 +-
  38. world/map/npc/013-1/flowerpentagram.txt | 3 +-
  39. world/map/npc/017-4/guardingspirit.txt | 3 +-
  40. world/map/npc/021-2/kylian.txt | 4 +-
  41. world/map/npc/items/require_stat.txt | 1 +
  42. world/map/npc/xmas/2012/helpersSaddleRug.txt | 3 +
  43. world/map/npc/xmas/2012/helpersTalisman.txt | 1 +
  44. world/map/npc/xmas/2012/santa.txt | 1 +
  45. 25 files changed, 269 insertions(+), 593 deletions(-)
  46. delete mode 100644 world/map/conf/msg_athena.conf
  47. create mode 100644 world/map/news.d/24-code-release.txt
  48. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$
Advertisement
Add Comment
Please, Sign In to add comment