Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 046b942393 | |||
| 5597739ea8 | |||
| 826567511f |
+2
-2
@@ -129,8 +129,8 @@ local MM_SpellLevels = {
|
||||
["Teleport: Darnassus"] = 30,
|
||||
["Portal: Darnassus"] = 50,
|
||||
|
||||
["Teleport: Theramore"] = 30,
|
||||
["Portal: Theramore"] = 50,
|
||||
["Teleport: Theramore"] = 40,
|
||||
["Portal: Theramore"] = 60,
|
||||
|
||||
["Teleport: Alah'Thalas"] = 20,
|
||||
["Portal: Alah'Thalas"] = 40,
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
## Interface: 11200
|
||||
## Title: MiniMage_TWOW
|
||||
## Version: 1.4
|
||||
## Notes: Forked version of MiniMage 1.2b. No original GitHub Repo found, only found in Wow1.12.1_Addons_Collection
|
||||
## Version: 1.5
|
||||
## Notes: Minimap icon for TurtleWoW for quick and easy portals/teleports.
|
||||
## SavedVariables: MiniMageOptions
|
||||
localization.lua
|
||||
MiniMage_TWOW.lua
|
||||
|
||||
@@ -7,7 +7,7 @@ MiniMage_TWOW is a lightweight World of Warcraft addon designed for Mages, provi
|
||||
* I do not take credit for creating this addon, only modifying it to include TurtleWoW specific spells and adding a few features
|
||||
|
||||
|
||||
# Version 1.4
|
||||
# Version 1.5
|
||||
## TurtleWoW Specific Features
|
||||
* Includes Alah'Thalas and Theramore for Alliance characters.
|
||||
* Includes Stonard for Horde characters.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
--the only place MINIMAGE_VERSION should be set
|
||||
MINIMAGE_VERSION = "1.4";
|
||||
MINIMAGE_VERSION = "1.5";
|
||||
|
||||
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user