Merge pull request #591 from EQEmu/2002_fixes

Added an optional rule value that forces startzones to be the same as…
This commit is contained in:
Michael Cook (mackal)
2017-03-12 19:21:05 -04:00
committed by GitHub
5 changed files with 29 additions and 9 deletions
+1
View File
@@ -226,6 +226,7 @@ RULE_BOOL (World, IsGMPetitionWindowEnabled, false)
RULE_INT (World, FVNoDropFlag, 0) // Sets the Firiona Vie settings on the client. If set to 2, the flag will be set for GMs only, allowing trading of no-drop items.
RULE_BOOL (World, IPLimitDisconnectAll, false)
RULE_INT (World, TellQueueSize, 20)
RULE_BOOL(World, StartZoneSameAsBindOnCreation, true) //Should the start zone ALWAYS be the same location as your bind?
RULE_CATEGORY_END()
RULE_CATEGORY(Zone)