updated gitignore to include modules
This commit is contained in:
9
modules/mod-character-tools/conf/conf.sh.dist
Normal file
9
modules/mod-character-tools/conf/conf.sh.dist
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# CUSTOM
|
||||
#
|
||||
|
||||
DB_WORLD_CUSTOM_PATHS+=(
|
||||
$MOD_CHARACTER_TOOLS_ROOT"/sql/world"
|
||||
)
|
||||
@@ -0,0 +1,10 @@
|
||||
[worldserver]
|
||||
#####################################################################################################
|
||||
# #
|
||||
# CharacterTools #
|
||||
# Description: Enables of disable the script for character_tools #
|
||||
# Default: 1 (Enable) #
|
||||
# 0 (Disable) #
|
||||
# #
|
||||
CharacterTools = 1 #
|
||||
#####################################################################################################
|
||||
Reference in New Issue
Block a user