From 797c35230f204c966b336595181a84385298618d Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Thu, 4 May 2017 01:18:33 -0400 Subject: [PATCH] Screw bots! do later --- zone/aa.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zone/aa.cpp b/zone/aa.cpp index 664a2c375..e002dd4f2 100644 --- a/zone/aa.cpp +++ b/zone/aa.cpp @@ -53,10 +53,6 @@ void Mob::TemporaryPets(uint16 spell_id, Mob *targ, const char *name_override, u act_power = CastToClient()->GetFocusEffect(focusPetPower, spell_id); act_power = CastToClient()->mod_pet_power(act_power, spell_id); } -#ifdef BOTS - else if (this->IsBot()) - act_power = CastToBot()->GetBotFocusEffect(Bot::BotfocusPetPower, spell_id); -#endif PetRecord record; if (!database.GetPoweredPetEntry(spells[spell_id].teleport_zone, act_power, &record))