From 576191c9b782fd44b1e58ece8b23c3bfcfd7e18e Mon Sep 17 00:00:00 2001 From: silviu20092 Date: Sat, 1 Mar 2025 10:04:34 +0200 Subject: [PATCH] Remove old unnecessary sub-directory --- mod-reforging/.editorconfig => .editorconfig | 0 .../.gitattributes => .gitattributes | 0 .../ISSUE_TEMPLATE/bug_report.yml | 0 .../ISSUE_TEMPLATE/feature_request.yml | 0 README.md => .github/README.md | 21 +++++++++---------- .../workflows/core-build.yml | 0 .../workflows/core_codestyle.yml | 0 mod-reforging/.gitignore => .gitignore | 0 mod-reforging/LICENSE => LICENSE | 0 {mod-reforging/apps => apps}/.gitkeep | 0 {mod-reforging/apps => apps}/ci/.gitkeep | 0 .../apps => apps}/ci/ci-codestyle.sh | 0 {mod-reforging/conf => conf}/.gitkeep | 0 .../conf => conf}/mod_reforging.conf.dist | 0 {mod-reforging/data => data}/.gitkeep | 0 .../data => data}/sql/db-auth/base/.gitkeep | 0 .../sql/db-auth/updates/.gitkeep | 0 .../sql/db-characters/base/.gitkeep | 0 .../base/character_reforging.sql | 0 .../sql/db-characters/updates/.gitkeep | 0 .../data => data}/sql/db-world/base/.gitkeep | 0 .../sql/db-world/updates/.gitkeep | 0 .../sql/db-world/updates/MR_2024_04_07_00.sql | 0 mod-reforging/include.sh => include.sh | 0 ...st_template.md => pull_request_template.md | 0 {mod-reforging/src => src}/item_reforge.cpp | 0 {mod-reforging/src => src}/item_reforge.h | 0 .../src => src}/mod_reforging_itemscript.cpp | 0 .../src => src}/mod_reforging_loader.cpp | 0 .../mod_reforging_playerscript.cpp | 0 .../src => src}/mod_reforging_worldscript.cpp | 0 {mod-reforging/src => src}/npc_reforger.cpp | 0 32 files changed, 10 insertions(+), 11 deletions(-) rename mod-reforging/.editorconfig => .editorconfig (100%) rename mod-reforging/.gitattributes => .gitattributes (100%) rename {mod-reforging/.github => .github}/ISSUE_TEMPLATE/bug_report.yml (100%) rename {mod-reforging/.github => .github}/ISSUE_TEMPLATE/feature_request.yml (100%) rename README.md => .github/README.md (69%) rename {mod-reforging/.github => .github}/workflows/core-build.yml (100%) rename {mod-reforging/.github => .github}/workflows/core_codestyle.yml (100%) rename mod-reforging/.gitignore => .gitignore (100%) rename mod-reforging/LICENSE => LICENSE (100%) rename {mod-reforging/apps => apps}/.gitkeep (100%) rename {mod-reforging/apps => apps}/ci/.gitkeep (100%) rename {mod-reforging/apps => apps}/ci/ci-codestyle.sh (100%) rename {mod-reforging/conf => conf}/.gitkeep (100%) rename {mod-reforging/conf => conf}/mod_reforging.conf.dist (100%) rename {mod-reforging/data => data}/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-auth/base/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-auth/updates/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-characters/base/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-characters/base/character_reforging.sql (100%) rename {mod-reforging/data => data}/sql/db-characters/updates/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-world/base/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-world/updates/.gitkeep (100%) rename {mod-reforging/data => data}/sql/db-world/updates/MR_2024_04_07_00.sql (100%) rename mod-reforging/include.sh => include.sh (100%) rename mod-reforging/pull_request_template.md => pull_request_template.md (100%) rename {mod-reforging/src => src}/item_reforge.cpp (100%) rename {mod-reforging/src => src}/item_reforge.h (100%) rename {mod-reforging/src => src}/mod_reforging_itemscript.cpp (100%) rename {mod-reforging/src => src}/mod_reforging_loader.cpp (100%) rename {mod-reforging/src => src}/mod_reforging_playerscript.cpp (100%) rename {mod-reforging/src => src}/mod_reforging_worldscript.cpp (100%) rename {mod-reforging/src => src}/npc_reforger.cpp (100%) diff --git a/mod-reforging/.editorconfig b/.editorconfig similarity index 100% rename from mod-reforging/.editorconfig rename to .editorconfig diff --git a/mod-reforging/.gitattributes b/.gitattributes similarity index 100% rename from mod-reforging/.gitattributes rename to .gitattributes diff --git a/mod-reforging/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from mod-reforging/.github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/mod-reforging/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from mod-reforging/.github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/README.md b/.github/README.md similarity index 69% rename from README.md rename to .github/README.md index 62f89e1..fb78d79 100644 --- a/README.md +++ b/.github/README.md @@ -19,12 +19,11 @@ Adds the possiblity to **reforge** items on 3.3.5a client. Reforging allows play ## How to install -1. Clone this repository somewhere on your device. -2. Copy mod-reforging to your AzerothCore repo modules folder. -3. Re-run cmake to generate the solution. -4. Re-build your project. -5. You should have mod_reforging.conf.dist copied in configs/modules after building, copy this to your server's binaries folder. -6. Start the server, .sql files should automatically be imported in DB, if not, apply them manually. +1. Clone this repository to your AzerothCore repo modules folder. You should now have mod-reforging folder there. +2. Re-run cmake to generate the solution. +3. Re-build your project. +4. You should have mod_reforging.conf.dist copied in configs/modules after building, copy this to your server's binaries folder. +5. Start the server, .sql files should automatically be imported in DB, if not, apply them manually. WARNING: this mod requires at least this version of AzerothCore https://github.com/azerothcore/azerothcore-wotlk/commit/3988e9581d736f8c7891baaf13011e9df4f46fa4 @@ -34,11 +33,11 @@ Use .npc add 200004 to spawn the Master Reforger NPC. The rest is self explanato ## Some photos -![pic1](https://github.com/silviu20092/azerothcore-reforging/blob/master/pics/pic1.jpg?raw=true) -![pic2](https://github.com/silviu20092/azerothcore-reforging/blob/master/pics/pic2.jpg?raw=true) -![pic3](https://github.com/silviu20092/azerothcore-reforging/blob/master/pics/pic3.jpg?raw=true) -![pic4](https://github.com/silviu20092/azerothcore-reforging/blob/master/pics/pic4.jpg?raw=true) -![pic5](https://github.com/silviu20092/azerothcore-reforging/blob/master/pics/pic5.jpg?raw=true) +![pic1](https://github.com/silviu20092/mod-reforging/blob/master/pics/pic1.jpg?raw=true) +![pic2](https://github.com/silviu20092/mod-reforging/blob/master/pics/pic2.jpg?raw=true) +![pic3](https://github.com/silviu20092/mod-reforging/blob/master/pics/pic3.jpg?raw=true) +![pic4](https://github.com/silviu20092/mod-reforging/blob/master/pics/pic4.jpg?raw=true) +![pic5](https://github.com/silviu20092/mod-reforging/blob/master/pics/pic5.jpg?raw=true) ## Credits - silviu20092 \ No newline at end of file diff --git a/mod-reforging/.github/workflows/core-build.yml b/.github/workflows/core-build.yml similarity index 100% rename from mod-reforging/.github/workflows/core-build.yml rename to .github/workflows/core-build.yml diff --git a/mod-reforging/.github/workflows/core_codestyle.yml b/.github/workflows/core_codestyle.yml similarity index 100% rename from mod-reforging/.github/workflows/core_codestyle.yml rename to .github/workflows/core_codestyle.yml diff --git a/mod-reforging/.gitignore b/.gitignore similarity index 100% rename from mod-reforging/.gitignore rename to .gitignore diff --git a/mod-reforging/LICENSE b/LICENSE similarity index 100% rename from mod-reforging/LICENSE rename to LICENSE diff --git a/mod-reforging/apps/.gitkeep b/apps/.gitkeep similarity index 100% rename from mod-reforging/apps/.gitkeep rename to apps/.gitkeep diff --git a/mod-reforging/apps/ci/.gitkeep b/apps/ci/.gitkeep similarity index 100% rename from mod-reforging/apps/ci/.gitkeep rename to apps/ci/.gitkeep diff --git a/mod-reforging/apps/ci/ci-codestyle.sh b/apps/ci/ci-codestyle.sh similarity index 100% rename from mod-reforging/apps/ci/ci-codestyle.sh rename to apps/ci/ci-codestyle.sh diff --git a/mod-reforging/conf/.gitkeep b/conf/.gitkeep similarity index 100% rename from mod-reforging/conf/.gitkeep rename to conf/.gitkeep diff --git a/mod-reforging/conf/mod_reforging.conf.dist b/conf/mod_reforging.conf.dist similarity index 100% rename from mod-reforging/conf/mod_reforging.conf.dist rename to conf/mod_reforging.conf.dist diff --git a/mod-reforging/data/.gitkeep b/data/.gitkeep similarity index 100% rename from mod-reforging/data/.gitkeep rename to data/.gitkeep diff --git a/mod-reforging/data/sql/db-auth/base/.gitkeep b/data/sql/db-auth/base/.gitkeep similarity index 100% rename from mod-reforging/data/sql/db-auth/base/.gitkeep rename to data/sql/db-auth/base/.gitkeep diff --git a/mod-reforging/data/sql/db-auth/updates/.gitkeep b/data/sql/db-auth/updates/.gitkeep similarity index 100% rename from mod-reforging/data/sql/db-auth/updates/.gitkeep rename to data/sql/db-auth/updates/.gitkeep diff --git a/mod-reforging/data/sql/db-characters/base/.gitkeep b/data/sql/db-characters/base/.gitkeep similarity index 100% rename from mod-reforging/data/sql/db-characters/base/.gitkeep rename to data/sql/db-characters/base/.gitkeep diff --git a/mod-reforging/data/sql/db-characters/base/character_reforging.sql b/data/sql/db-characters/base/character_reforging.sql similarity index 100% rename from mod-reforging/data/sql/db-characters/base/character_reforging.sql rename to data/sql/db-characters/base/character_reforging.sql diff --git a/mod-reforging/data/sql/db-characters/updates/.gitkeep b/data/sql/db-characters/updates/.gitkeep similarity index 100% rename from mod-reforging/data/sql/db-characters/updates/.gitkeep rename to data/sql/db-characters/updates/.gitkeep diff --git a/mod-reforging/data/sql/db-world/base/.gitkeep b/data/sql/db-world/base/.gitkeep similarity index 100% rename from mod-reforging/data/sql/db-world/base/.gitkeep rename to data/sql/db-world/base/.gitkeep diff --git a/mod-reforging/data/sql/db-world/updates/.gitkeep b/data/sql/db-world/updates/.gitkeep similarity index 100% rename from mod-reforging/data/sql/db-world/updates/.gitkeep rename to data/sql/db-world/updates/.gitkeep diff --git a/mod-reforging/data/sql/db-world/updates/MR_2024_04_07_00.sql b/data/sql/db-world/updates/MR_2024_04_07_00.sql similarity index 100% rename from mod-reforging/data/sql/db-world/updates/MR_2024_04_07_00.sql rename to data/sql/db-world/updates/MR_2024_04_07_00.sql diff --git a/mod-reforging/include.sh b/include.sh similarity index 100% rename from mod-reforging/include.sh rename to include.sh diff --git a/mod-reforging/pull_request_template.md b/pull_request_template.md similarity index 100% rename from mod-reforging/pull_request_template.md rename to pull_request_template.md diff --git a/mod-reforging/src/item_reforge.cpp b/src/item_reforge.cpp similarity index 100% rename from mod-reforging/src/item_reforge.cpp rename to src/item_reforge.cpp diff --git a/mod-reforging/src/item_reforge.h b/src/item_reforge.h similarity index 100% rename from mod-reforging/src/item_reforge.h rename to src/item_reforge.h diff --git a/mod-reforging/src/mod_reforging_itemscript.cpp b/src/mod_reforging_itemscript.cpp similarity index 100% rename from mod-reforging/src/mod_reforging_itemscript.cpp rename to src/mod_reforging_itemscript.cpp diff --git a/mod-reforging/src/mod_reforging_loader.cpp b/src/mod_reforging_loader.cpp similarity index 100% rename from mod-reforging/src/mod_reforging_loader.cpp rename to src/mod_reforging_loader.cpp diff --git a/mod-reforging/src/mod_reforging_playerscript.cpp b/src/mod_reforging_playerscript.cpp similarity index 100% rename from mod-reforging/src/mod_reforging_playerscript.cpp rename to src/mod_reforging_playerscript.cpp diff --git a/mod-reforging/src/mod_reforging_worldscript.cpp b/src/mod_reforging_worldscript.cpp similarity index 100% rename from mod-reforging/src/mod_reforging_worldscript.cpp rename to src/mod_reforging_worldscript.cpp diff --git a/mod-reforging/src/npc_reforger.cpp b/src/npc_reforger.cpp similarity index 100% rename from mod-reforging/src/npc_reforger.cpp rename to src/npc_reforger.cpp