Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eroica-cpp committed Apr 17, 2021
1 parent 23b1982 commit 5287ce3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
9 changes: 1 addition & 8 deletions AbyssalHelper.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
-- =========================================
-- Author : Eroica ([email protected])
-- Desc : Abyssal Blade Helper
-- Date : 2017.3.14
-- Version : 1.0
-- =========================================

local AbyssalHelper = {}

AbyssalHelper.option = Menu.AddOption({"Utility"}, "Abyssal Blade Helper", "auto use blink dagger, AM's blink, or PA's strike if out of range")
Expand Down Expand Up @@ -65,4 +58,4 @@ function AbyssalHelper.OnPrepareUnitOrders(orders)
return true
end

return AbyssalHelper
return AbyssalHelper
5 changes: 0 additions & 5 deletions EconPanel.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
-- ===========================================
-- Economic Panel (Version 2.0)
-- Author : Eroica ([email protected])
-- Date : 2017.2.22
-- ===========================================
--
-- Usage:
-- 1. Place this script to ./scripts/ folder
-- 2. Navigate in menu : "Awareness" -> "Economic Panel" (On/Off)
Expand Down
7 changes: 1 addition & 6 deletions ItemCooldown.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
-- ===========================================
-- Item Cooldown Display (Version 1.0)
-- Author : Eroica ([email protected])
-- Date : 2017.2.20
-- ===========================================
--
-- Usage:
-- 1. Place this script to ./scripts/ folder
-- 2. Navigate in menu : "Awareness" -> "Item Cooldown Display" (On/Off)
Expand Down Expand Up @@ -117,4 +112,4 @@ function ItemCooldown.DrawDisplay(hero)

end

return ItemCooldown
return ItemCooldown

0 comments on commit 5287ce3

Please sign in to comment.