First Commit

This commit is contained in:
mikx
2025-03-18 19:19:03 -04:00
commit 93073b0be2
10024 changed files with 9034050 additions and 0 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
###