mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
First version of Transmog Module for AC
This commit is contained in:
9
include.sh
Normal file
9
include.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
TRANSM_PATH_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
|
||||
|
||||
source $TRANSM_PATH_ROOT"/conf/conf.sh.dist"
|
||||
|
||||
if [ -f $TRANSM_PATH_ROOT"/conf/conf.sh" ]; then
|
||||
source $TRANSM_PATH_ROOT"/conf/conf.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user