new version commit
This commit is contained in:
13
modules/mod-reagent-bank/.github/README.md
vendored
Normal file
13
modules/mod-reagent-bank/.github/README.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# mod-reagent-bank
|
||||
## AzerothCore Module
|
||||
|
||||
This module adds a reagent banker similar to later WoW expansions. This banker can free bag space by holding crafting reagents for players.
|
||||
|
||||
## Features
|
||||
* One-click button to deposit all reagents
|
||||
* Auto-sorting of reagents into categories
|
||||
* No storage limits
|
||||
|
||||
## Screenshots
|
||||

|
||||

|
||||
12
modules/mod-reagent-bank/.github/workflows/core-build.yml
vendored
Normal file
12
modules/mod-reagent-bank/.github/workflows/core-build.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: core-build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
|
||||
with:
|
||||
module_repo: ${{ github.event.repository.name }}
|
||||
Reference in New Issue
Block a user