remove unused functions

This commit is contained in:
nytmyr
2024-12-01 23:34:40 -06:00
parent a22502a13d
commit 1d0ca78e2d
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -991,8 +991,6 @@ public:
// Public "Refactor" Methods
static bool CheckCampSpawnConditions(Client* c);
inline bool CommandedDoSpellCast(int32 i, Mob* tar, int32 mana_cost) { return AIDoSpellCast(i, tar, mana_cost); }
protected:
void BotMeditate(bool isSitting);
bool CheckBotDoubleAttack(bool Triple = false);