mxwcore-wotlk/modules/mod-auto-resurrect/include.sh

10 lines
262 B
Bash
Raw Permalink Normal View History

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