mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 12:47:54 +00:00
[Database] Add Extra Haste to Bots/Character Tables (#4286)
* [Database] Add Extra Haste to Bots/Character Tables * Remove Database::GetExtraHasteByCharacterID * Update database.h * Update mob.cpp * Update database_update_manifest.cpp --------- Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
+3
-1
@@ -269,7 +269,6 @@ public:
|
||||
bool CanThisClassBlock();
|
||||
void SetInvul(bool value);
|
||||
bool GetInvul();
|
||||
void SetExtraHaste(int haste);
|
||||
int GetHaste();
|
||||
int GetHandToHandDamage();
|
||||
int GetHandToHandDelay();
|
||||
@@ -592,6 +591,9 @@ public:
|
||||
bool IsWisdomCasterClass();
|
||||
std::string GetConsiderColor(Lua_Mob other);
|
||||
std::string GetConsiderColor(uint8 other_level);
|
||||
int GetExtraHaste();
|
||||
void SetExtraHaste(int haste);
|
||||
void SetExtraHaste(int haste, bool need_to_save);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user