diff --git a/zone/bot_commands/bot_actionable.cpp b/zone/bot_commands/bot_actionable.cpp index 94ed0b0c3..c98e89edf 100644 --- a/zone/bot_commands/bot_actionable.cpp +++ b/zone/bot_commands/bot_actionable.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_actionable(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_appearance.cpp b/zone/bot_commands/bot_appearance.cpp index 6707baea2..20b8cd811 100644 --- a/zone/bot_commands/bot_appearance.cpp +++ b/zone/bot_commands/bot_appearance.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_appearance(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_apply_poison.cpp b/zone/bot_commands/bot_apply_poison.cpp index 444e370ed..c6869ab98 100644 --- a/zone/bot_commands/bot_apply_poison.cpp +++ b/zone/bot_commands/bot_apply_poison.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_apply_poison(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_apply_potion.cpp b/zone/bot_commands/bot_apply_potion.cpp index 2d27713c3..cbf9d1e80 100644 --- a/zone/bot_commands/bot_apply_potion.cpp +++ b/zone/bot_commands/bot_apply_potion.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_apply_potion(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_attack.cpp b/zone/bot_commands/bot_attack.cpp index f91902d4c..6183b5853 100644 --- a/zone/bot_commands/bot_attack.cpp +++ b/zone/bot_commands/bot_attack.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_attack(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_behind_mob.cpp b/zone/bot_commands/bot_behind_mob.cpp index 48712a2e6..c96565ae2 100644 --- a/zone/bot_commands/bot_behind_mob.cpp +++ b/zone/bot_commands/bot_behind_mob.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_behind_mob(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_blocked_buffs.cpp b/zone/bot_commands/bot_blocked_buffs.cpp index 3b4ea5623..17b5fffc3 100644 --- a/zone/bot_commands/bot_blocked_buffs.cpp +++ b/zone/bot_commands/bot_blocked_buffs.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_blocked_buffs(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_bot.cpp b/zone/bot_commands/bot_bot.cpp index 2d37c503a..f1af6b4d6 100644 --- a/zone/bot_commands/bot_bot.cpp +++ b/zone/bot_commands/bot_bot.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_bot(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_bot_settings.cpp b/zone/bot_commands/bot_bot_settings.cpp index 98c4dccd7..55ccd32f4 100644 --- a/zone/bot_commands/bot_bot_settings.cpp +++ b/zone/bot_commands/bot_bot_settings.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_bot_settings(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_cast.cpp b/zone/bot_commands/bot_cast.cpp index 19368992c..62499efaf 100644 --- a/zone/bot_commands/bot_cast.cpp +++ b/zone/bot_commands/bot_cast.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_cast(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_class_race_list.cpp b/zone/bot_commands/bot_class_race_list.cpp index 84c611ab3..d076dbc71 100644 --- a/zone/bot_commands/bot_class_race_list.cpp +++ b/zone/bot_commands/bot_class_race_list.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_class_race_list(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_click_item.cpp b/zone/bot_commands/bot_click_item.cpp index 492741821..cc7aa0758 100644 --- a/zone/bot_commands/bot_click_item.cpp +++ b/zone/bot_commands/bot_click_item.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_click_item(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_copy_settings.cpp b/zone/bot_commands/bot_copy_settings.cpp index ef9d3a8fd..2b91de955 100644 --- a/zone/bot_commands/bot_copy_settings.cpp +++ b/zone/bot_commands/bot_copy_settings.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_copy_settings(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_default_settings.cpp b/zone/bot_commands/bot_default_settings.cpp index 030eb028e..8450ebeec 100644 --- a/zone/bot_commands/bot_default_settings.cpp +++ b/zone/bot_commands/bot_default_settings.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_default_settings(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_depart.cpp b/zone/bot_commands/bot_depart.cpp index 0a560e59c..317506351 100644 --- a/zone/bot_commands/bot_depart.cpp +++ b/zone/bot_commands/bot_depart.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_depart(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_discipline.cpp b/zone/bot_commands/bot_discipline.cpp index 570bdc56f..1c9d6d51e 100644 --- a/zone/bot_commands/bot_discipline.cpp +++ b/zone/bot_commands/bot_discipline.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_discipline(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_distance_ranged.cpp b/zone/bot_commands/bot_distance_ranged.cpp index 9ce66bf6c..bc585b2fc 100644 --- a/zone/bot_commands/bot_distance_ranged.cpp +++ b/zone/bot_commands/bot_distance_ranged.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_distance_ranged(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_find_aliases.cpp b/zone/bot_commands/bot_find_aliases.cpp index db8fcbfc9..949bdd9f7 100644 --- a/zone/bot_commands/bot_find_aliases.cpp +++ b/zone/bot_commands/bot_find_aliases.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_find_aliases(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_follow.cpp b/zone/bot_commands/bot_follow.cpp index fe780d32e..c66a131b1 100644 --- a/zone/bot_commands/bot_follow.cpp +++ b/zone/bot_commands/bot_follow.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_follow(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_guard.cpp b/zone/bot_commands/bot_guard.cpp index 3138914ee..f931cd38f 100644 --- a/zone/bot_commands/bot_guard.cpp +++ b/zone/bot_commands/bot_guard.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_guard(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_heal_rotation.cpp b/zone/bot_commands/bot_heal_rotation.cpp index 2ffd6df23..32f7c9e5b 100644 --- a/zone/bot_commands/bot_heal_rotation.cpp +++ b/zone/bot_commands/bot_heal_rotation.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_heal_rotation(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_help.cpp b/zone/bot_commands/bot_help.cpp index d2b143ee7..00a50cec7 100644 --- a/zone/bot_commands/bot_help.cpp +++ b/zone/bot_commands/bot_help.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_help(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_hold.cpp b/zone/bot_commands/bot_hold.cpp index 4d79fcce7..82b63479b 100644 --- a/zone/bot_commands/bot_hold.cpp +++ b/zone/bot_commands/bot_hold.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_hold(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_illusion_block.cpp b/zone/bot_commands/bot_illusion_block.cpp index 01c9eafa4..65446a851 100644 --- a/zone/bot_commands/bot_illusion_block.cpp +++ b/zone/bot_commands/bot_illusion_block.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_illusion_block(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_inventory.cpp b/zone/bot_commands/bot_inventory.cpp index 9d8511cf9..9df63b86e 100644 --- a/zone/bot_commands/bot_inventory.cpp +++ b/zone/bot_commands/bot_inventory.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_inventory(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_item_use.cpp b/zone/bot_commands/bot_item_use.cpp index b9cf6a803..6550c7f0d 100644 --- a/zone/bot_commands/bot_item_use.cpp +++ b/zone/bot_commands/bot_item_use.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_item_use(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_max_melee_range.cpp b/zone/bot_commands/bot_max_melee_range.cpp index 6f4630ab5..290703cb1 100644 --- a/zone/bot_commands/bot_max_melee_range.cpp +++ b/zone/bot_commands/bot_max_melee_range.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_max_melee_range(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_name.cpp b/zone/bot_commands/bot_name.cpp index 688b15bbf..6801ad46f 100644 --- a/zone/bot_commands/bot_name.cpp +++ b/zone/bot_commands/bot_name.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_surname(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_owner_option.cpp b/zone/bot_commands/bot_owner_option.cpp index 8ae597798..70b8e3616 100644 --- a/zone/bot_commands/bot_owner_option.cpp +++ b/zone/bot_commands/bot_owner_option.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_owner_option(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_pet.cpp b/zone/bot_commands/bot_pet.cpp index d47726e5c..74cad7b3d 100644 --- a/zone/bot_commands/bot_pet.cpp +++ b/zone/bot_commands/bot_pet.cpp @@ -1,5 +1,5 @@ -#include "../bot_command.h" -#include "../bot.h" +#include "zone/bot_command.h" +#include "zone/bot.h" void bot_command_pet(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_pick_lock.cpp b/zone/bot_commands/bot_pick_lock.cpp index 49096a8f5..bf66cd223 100644 --- a/zone/bot_commands/bot_pick_lock.cpp +++ b/zone/bot_commands/bot_pick_lock.cpp @@ -1,5 +1,5 @@ -#include "../bot_command.h" -#include "../doors.h" +#include "zone/bot_command.h" +#include "zone/doors.h" void bot_command_pick_lock(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_pickpocket.cpp b/zone/bot_commands/bot_pickpocket.cpp index 8b5339cca..8bb227fec 100644 --- a/zone/bot_commands/bot_pickpocket.cpp +++ b/zone/bot_commands/bot_pickpocket.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_pickpocket(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_precombat.cpp b/zone/bot_commands/bot_precombat.cpp index a059e8eb1..c8046bee2 100644 --- a/zone/bot_commands/bot_precombat.cpp +++ b/zone/bot_commands/bot_precombat.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_precombat(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_pull.cpp b/zone/bot_commands/bot_pull.cpp index 6bab8b0a6..6fd0a267a 100644 --- a/zone/bot_commands/bot_pull.cpp +++ b/zone/bot_commands/bot_pull.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_pull(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_release.cpp b/zone/bot_commands/bot_release.cpp index 36f5df96a..d20d6c222 100644 --- a/zone/bot_commands/bot_release.cpp +++ b/zone/bot_commands/bot_release.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_release(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_set_assistee.cpp b/zone/bot_commands/bot_set_assistee.cpp index f5a1845fe..e70513ea4 100644 --- a/zone/bot_commands/bot_set_assistee.cpp +++ b/zone/bot_commands/bot_set_assistee.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_set_assistee(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_sit_hp_percent.cpp b/zone/bot_commands/bot_sit_hp_percent.cpp index 0843aa5b9..6e2d6d9a4 100644 --- a/zone/bot_commands/bot_sit_hp_percent.cpp +++ b/zone/bot_commands/bot_sit_hp_percent.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_sit_hp_percent(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_sit_in_combat.cpp b/zone/bot_commands/bot_sit_in_combat.cpp index 07a2f917e..bde5a71ac 100644 --- a/zone/bot_commands/bot_sit_in_combat.cpp +++ b/zone/bot_commands/bot_sit_in_combat.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_sit_in_combat(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_sit_mana_percent.cpp b/zone/bot_commands/bot_sit_mana_percent.cpp index e85d976c8..c66427bbc 100644 --- a/zone/bot_commands/bot_sit_mana_percent.cpp +++ b/zone/bot_commands/bot_sit_mana_percent.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_sit_mana_percent(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell.cpp b/zone/bot_commands/bot_spell.cpp index 833c8ef7a..cc18e1cb2 100644 --- a/zone/bot_commands/bot_spell.cpp +++ b/zone/bot_commands/bot_spell.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_list(Client* c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_spell_aggro_checks.cpp b/zone/bot_commands/bot_spell_aggro_checks.cpp index 41ae40444..8ba6415de 100644 --- a/zone/bot_commands/bot_spell_aggro_checks.cpp +++ b/zone/bot_commands/bot_spell_aggro_checks.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_aggro_checks(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_announce_cast.cpp b/zone/bot_commands/bot_spell_announce_cast.cpp index cb8f06d95..ecbd4cf46 100644 --- a/zone/bot_commands/bot_spell_announce_cast.cpp +++ b/zone/bot_commands/bot_spell_announce_cast.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_announce_cast(Client* c, const Seperator* sep) { if (helper_command_alias_fail(c, "bot_command_spell_announce_cast", sep->arg[0], "spellannouncecasts")) { diff --git a/zone/bot_commands/bot_spell_delays.cpp b/zone/bot_commands/bot_spell_delays.cpp index 98efb3f22..31225491e 100644 --- a/zone/bot_commands/bot_spell_delays.cpp +++ b/zone/bot_commands/bot_spell_delays.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_delays(Client* c, const Seperator* sep) { if (helper_command_alias_fail(c, "bot_command_spell_delays", sep->arg[0], "spelldelays")) { diff --git a/zone/bot_commands/bot_spell_engaged_priority.cpp b/zone/bot_commands/bot_spell_engaged_priority.cpp index 8f7c0afa9..92622f911 100644 --- a/zone/bot_commands/bot_spell_engaged_priority.cpp +++ b/zone/bot_commands/bot_spell_engaged_priority.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_engaged_priority(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_holds.cpp b/zone/bot_commands/bot_spell_holds.cpp index 26d42ad82..ed627644a 100644 --- a/zone/bot_commands/bot_spell_holds.cpp +++ b/zone/bot_commands/bot_spell_holds.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_holds(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_idle_priority.cpp b/zone/bot_commands/bot_spell_idle_priority.cpp index 881fd5e98..f5a9843d4 100644 --- a/zone/bot_commands/bot_spell_idle_priority.cpp +++ b/zone/bot_commands/bot_spell_idle_priority.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_idle_priority(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_max_hp_pct.cpp b/zone/bot_commands/bot_spell_max_hp_pct.cpp index 249e9179d..8802a2c09 100644 --- a/zone/bot_commands/bot_spell_max_hp_pct.cpp +++ b/zone/bot_commands/bot_spell_max_hp_pct.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_max_hp_pct(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_max_mana_pct.cpp b/zone/bot_commands/bot_spell_max_mana_pct.cpp index ab42ce8a5..a5a72bdf0 100644 --- a/zone/bot_commands/bot_spell_max_mana_pct.cpp +++ b/zone/bot_commands/bot_spell_max_mana_pct.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_max_mana_pct(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_max_thresholds.cpp b/zone/bot_commands/bot_spell_max_thresholds.cpp index ca7f78aa3..72be87a86 100644 --- a/zone/bot_commands/bot_spell_max_thresholds.cpp +++ b/zone/bot_commands/bot_spell_max_thresholds.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_max_thresholds(Client* c, const Seperator* sep) { if (helper_command_alias_fail(c, "bot_command_spell_max_thresholds", sep->arg[0], "spellmaxthresholds")) { diff --git a/zone/bot_commands/bot_spell_min_hp_pct.cpp b/zone/bot_commands/bot_spell_min_hp_pct.cpp index 61d6313e3..05f5f2afc 100644 --- a/zone/bot_commands/bot_spell_min_hp_pct.cpp +++ b/zone/bot_commands/bot_spell_min_hp_pct.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_min_hp_pct(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_min_mana_pct.cpp b/zone/bot_commands/bot_spell_min_mana_pct.cpp index 71672cee9..8f562a55f 100644 --- a/zone/bot_commands/bot_spell_min_mana_pct.cpp +++ b/zone/bot_commands/bot_spell_min_mana_pct.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_min_mana_pct(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_min_thresholds.cpp b/zone/bot_commands/bot_spell_min_thresholds.cpp index ba614530c..6ad312745 100644 --- a/zone/bot_commands/bot_spell_min_thresholds.cpp +++ b/zone/bot_commands/bot_spell_min_thresholds.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_min_thresholds(Client* c, const Seperator* sep) { if (helper_command_alias_fail(c, "bot_command_spell_min_thresholds", sep->arg[0], "spellminthresholds")) { diff --git a/zone/bot_commands/bot_spell_pursue_priority.cpp b/zone/bot_commands/bot_spell_pursue_priority.cpp index 2b395d74f..8b4e8e373 100644 --- a/zone/bot_commands/bot_spell_pursue_priority.cpp +++ b/zone/bot_commands/bot_spell_pursue_priority.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_pursue_priority(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spell_resist_limits.cpp b/zone/bot_commands/bot_spell_resist_limits.cpp index e7c928c33..8a9272e78 100644 --- a/zone/bot_commands/bot_spell_resist_limits.cpp +++ b/zone/bot_commands/bot_spell_resist_limits.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_resist_limits(Client* c, const Seperator* sep) { if (helper_command_alias_fail(c, "bot_command_spell_resist_limits", sep->arg[0], "spellresistlimits")) { diff --git a/zone/bot_commands/bot_spell_target_count.cpp b/zone/bot_commands/bot_spell_target_count.cpp index ad938d9b5..3fd4b7496 100644 --- a/zone/bot_commands/bot_spell_target_count.cpp +++ b/zone/bot_commands/bot_spell_target_count.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_spell_target_count(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_spelltypes.cpp b/zone/bot_commands/bot_spelltypes.cpp index f91b3ed7e..204778a1b 100644 --- a/zone/bot_commands/bot_spelltypes.cpp +++ b/zone/bot_commands/bot_spelltypes.cpp @@ -1,3 +1,5 @@ +#include "zone/bot_command.h" + void bot_command_spelltype_ids(Client* c, const Seperator* sep) { SendSpellTypeWindow(c, sep); diff --git a/zone/bot_commands/bot_summon.cpp b/zone/bot_commands/bot_summon.cpp deleted file mode 100644 index dc2b7d868..000000000 --- a/zone/bot_commands/bot_summon.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "../bot_command.h" diff --git a/zone/bot_commands/bot_suspend.cpp b/zone/bot_commands/bot_suspend.cpp index 63c728fd3..fcdabbd69 100644 --- a/zone/bot_commands/bot_suspend.cpp +++ b/zone/bot_commands/bot_suspend.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_suspend(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_taunt.cpp b/zone/bot_commands/bot_taunt.cpp index 72391b2d3..2eb4b1c7e 100644 --- a/zone/bot_commands/bot_taunt.cpp +++ b/zone/bot_commands/bot_taunt.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_taunt(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_timer.cpp b/zone/bot_commands/bot_timer.cpp index 99ad38001..6413a9e9b 100644 --- a/zone/bot_commands/bot_timer.cpp +++ b/zone/bot_commands/bot_timer.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_timer(Client* c, const Seperator* sep) { diff --git a/zone/bot_commands/bot_track.cpp b/zone/bot_commands/bot_track.cpp index 18a21679a..1a0c1ce57 100644 --- a/zone/bot_commands/bot_track.cpp +++ b/zone/bot_commands/bot_track.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_track(Client *c, const Seperator *sep) { diff --git a/zone/bot_commands/bot_view_combos.cpp b/zone/bot_commands/bot_view_combos.cpp index 7a44e5380..d8da5a349 100644 --- a/zone/bot_commands/bot_view_combos.cpp +++ b/zone/bot_commands/bot_view_combos.cpp @@ -1,4 +1,4 @@ -#include "../bot_command.h" +#include "zone/bot_command.h" void bot_command_view_combos(Client *c, const Seperator *sep) {