mxwcore-wotlk/modules/mod-random-enchants/include.sh

10 lines
262 B
Bash
Raw Normal View History

2023-11-07 18:17:57 -05:00
#!/usr/bin/env bash
MOD_RANDOMENCHANTS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source "$MOD_RANDOMENCHANTS_ROOT/conf/conf.sh.dist"
if [ -f "$MOD_RANDOMENCHANTS_ROOT/conf/conf.sh" ]; then
source "$MOD_RANDOMENCHANTS_ROOT/conf/conf.sh"
fi