-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from RagnarokResearchLab/submodule-update-trac…
…king Update all submodules to the latest HEAD
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule RagnarokRebuildTCP
updated
151 files
Submodule bevy_ro_client
updated
66 files
Submodule roBrowser
updated
25 files
Submodule RustRO
updated
38 files
Submodule rAthena
updated
28 files
+2 −2 | conf/battle/party.conf | |
+4 −0 | conf/maps_athena.conf | |
+ − | db/map_cache.dat | |
+2 −0 | db/map_index.txt | |
+1 −2 | db/pre-re/status.yml | |
+570 −5 | db/re/item_combos.yml | |
+1,123 −101 | db/re/item_db_equip.yml | |
+654 −1 | db/re/item_db_etc.yml | |
+1,418 −40 | db/re/item_db_usable.yml | |
+1,172 −0 | db/re/item_enchant.yml | |
+1,304 −0 | db/re/item_group_db.yml | |
+356 −6 | db/re/item_reform.yml | |
+6 −10 | db/re/job_stats.yml | |
+26 −0 | db/re/mob_db.yml | |
+1 −1 | db/re/pet_db.yml | |
+22 −1 | db/re/skill_db.yml | |
+93 −2 | db/re/status.yml | |
+1 −0 | doc/item_db.txt | |
+41 −1 | doc/status_change.txt | |
+85 −28 | src/map/battle.cpp | |
+86 −0 | src/map/itemdb.hpp | |
+1 −1 | src/map/packets.hpp | |
+2 −0 | src/map/script.hpp | |
+99 −1 | src/map/script_constants.hpp | |
+6 −4 | src/map/skill.cpp | |
+18 −5 | src/map/skill.hpp | |
+83 −9 | src/map/status.cpp | |
+10 −0 | src/map/status.hpp |