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 @@
#!/usr/bin/env bash

View 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
###