Skip to content

Commit

Permalink
Remove incorrect statement about Warden modules compatibility
Browse files Browse the repository at this point in the history
Warden modules are not executed by VMaNGOS, they are just byte arrays that are
read; thus, the server's architecture does not matter and Warden should work
just fine when using `aarch64` images.
  • Loading branch information
mserajnik committed Nov 4, 2024
1 parent 17b124d commit c6c6be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ benefit from potentially improved mob pathing etc.).

Optionally, if want to use Warden you have to provide the
[Warden modules][warden-modules]. See the `volumes` section of the `mangosd`
service in your `compose.yaml` on how to do that. Note that the Warden modules
are only available for `x86_64`, so you will not be able to use Warden when
using `aarch64` images.
service in your `compose.yaml` on how to do that.

## Usage

Expand Down
4 changes: 1 addition & 3 deletions compose.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ services:
- ./storage/mangosd/honor:/opt/vmangos/storage/honor
# To enable the usage of Warden, download the Warden modules from
# https://github.com/vmangos/warden_modules and place them into
# `./storage/mangosd/warden-modules`. Note that the Warden modules are
# only available for `x86_64`, so you will not be able to use Warden when
# using `aarch64` images.
# `./storage/mangosd/warden-modules`.
# Finally, uncomment the following bind mount and (optionally) adjust
# the Warden configuration in your `./config/mangosd.conf` (in
# particular, ensure that `Warden.ModuleDir` is set to
Expand Down

0 comments on commit c6c6be3

Please sign in to comment.