mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
- Added raid cheat to configuration to add posibility to turn off (#1465)
- Added General Vezax strategy
This commit is contained in:
@@ -22,7 +22,8 @@ enum class BotCheatMask : uint32
|
||||
health = 4,
|
||||
mana = 8,
|
||||
power = 16,
|
||||
maxMask = 32
|
||||
raid = 32,
|
||||
maxMask = 64
|
||||
};
|
||||
|
||||
enum class HealingManaEfficiency : uint8
|
||||
|
||||
Reference in New Issue
Block a user