updated gitignore to include modules
This commit is contained in:
1
modules/mod-accountbound/conf/conf.sh.dist
Normal file
1
modules/mod-accountbound/conf/conf.sh.dist
Normal file
@@ -0,0 +1 @@
|
||||
#!/usr/bin/env bash
|
||||
22
modules/mod-accountbound/conf/mod_accountbound.conf.dist
Normal file
22
modules/mod-accountbound/conf/mod_accountbound.conf.dist
Normal file
@@ -0,0 +1,22 @@
|
||||
[worldserver]
|
||||
|
||||
###
|
||||
# Allow gamemasters to save and load companions and mounts
|
||||
AccountBound.Gamemasters = 0
|
||||
###
|
||||
|
||||
###
|
||||
# Make companions shared across all characters of an account
|
||||
AccountBound.Companions = 1
|
||||
###
|
||||
|
||||
###
|
||||
# Make heirlooms shared across all characters of an account
|
||||
# This requires the included creature to be spawned
|
||||
AccountBound.Heirlooms = 0
|
||||
###
|
||||
|
||||
###
|
||||
# Make mounts shared shared across all characters of an account
|
||||
AccountBound.Mounts = 1
|
||||
###
|
||||
Reference in New Issue
Block a user