Migrated bot spell casting chance data to the database

This commit is contained in:
Uleat
2017-02-23 19:16:36 -05:00
parent ce3fc0f2c3
commit 4e8a03f7b4
9 changed files with 11341 additions and 2947 deletions
+3
View File
@@ -132,6 +132,9 @@ enum SpellTypeIndex {
MaxSpellTypes
};
enum BotCastingChanceConditional : uint8 { nHS = 0, pH, pS, pHS, cntHS }; // negative Healer/Slower, positive Healer, postive Slower, positive Healer/Slower
class Bot : public NPC {
friend class Mob;
public: