updated gitignore to include modules

This commit is contained in:
mikx
2023-11-07 18:17:57 -05:00
parent 749adf47ca
commit bde1978585
429 changed files with 104850 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
#
# CUSTOM
#
DB_WORLD_CUSTOM_PATHS+=(
$MOD_CHARACTER_TOOLS_ROOT"/sql/world"
)

View File

@@ -0,0 +1,10 @@
[worldserver]
#####################################################################################################
# #
# CharacterTools #
# Description: Enables of disable the script for character_tools #
# Default: 1 (Enable) #
# 0 (Disable) #
# #
CharacterTools = 1 #
#####################################################################################################