Added rule Bots:AllowCamelCaseNames

This commit is contained in:
Uleat
2016-06-23 22:25:57 -04:00
parent fe630bf7ca
commit 951f3239f1
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -531,6 +531,7 @@ RULE_CATEGORY_END()
#ifdef BOTS
RULE_CATEGORY(Bots)
RULE_INT(Bots, AAExpansion, 8) // Bots get AAs through this expansion
RULE_BOOL(Bots, AllowCamelCaseNames, false) // Allows the use of 'MyBot' type names
RULE_INT(Bots, CommandSpellRank, 1) // Filters bot command spells by rank (1, 2 and 3 are valid filters - any other number allows all ranks)
RULE_INT(Bots, CreationLimit, 150) // Number of bots that each account can create
RULE_BOOL(Bots, FinishBuffing, false) // Allow for buffs to complete even if the bot caster is out of mana. Only affects buffing out of combat.
+1 -1
View File
@@ -32,7 +32,7 @@
#define CURRENT_BINARY_DATABASE_VERSION 9096
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9006
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9007
#else
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
#endif