Mercurial > wow > skeletonkey
comparison SkeletonKey/Import.lua @ 59:d8bb2629fea8
LKT
- organized addon templates a little
- centralized ticker
author | Nenue |
---|---|
date | Sat, 27 Aug 2016 10:31:48 -0400 |
parents | f6d1c192afc6 |
children |
comparison
equal
deleted
inserted
replaced
58:39cfd8e142f9 | 59:d8bb2629fea8 |
---|---|
2 -- Import.lua | 2 -- Import.lua |
3 -- Created: 7/10/2016 6:20 AM | 3 -- Created: 7/10/2016 6:20 AM |
4 -- %file-revision% | 4 -- %file-revision% |
5 -- Tools for first-time setup and migration from other addons. | 5 -- Tools for first-time setup and migration from other addons. |
6 | 6 |
7 local kb = LibStub("LibKraken").register(KeyBinder) | 7 local kb = LibStub("LibKraken").register(KeyBinder, 'Import') |
8 local print = DEVIAN_WORKSPACE and function(...) print('kbi', ...) end or function() end | 8 local print = DEVIAN_WORKSPACE and function(...) print('kbi', ...) end or function() end |
9 | 9 |
10 | 10 |
11 local SUMMON_RANDOM_FAVORITE_MOUNT_SPELL = 150544 | 11 local SUMMON_RANDOM_FAVORITE_MOUNT_SPELL = 150544 |
12 local SUMMON_RANDOM_FAVORITE_MOUNT_SPELLNAME = "Summon Random Favorite Mount" | 12 local SUMMON_RANDOM_FAVORITE_MOUNT_SPELLNAME = "Summon Random Favorite Mount" |