public
Description: WoW Addon - Adds notes to item tooltips
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/engravings.git
Click here to lend your support to: engravings and make a donation at www.pledgie.com !
tekkub (author)
Sun Oct 11 18:55:17 -0700 2009
commit  36406aa0c401314beb27df6765c03e38216af80d
tree    e60490be101528752ea2d566b916534015020c82
parent  52bf5146551e24c6bdfd0e5e07d2435309dfb2b8 parent  03d1f75464881d0f6dbe7c9475641e8b20000a03
engravings / Engravings.toc
100755 85 lines (77 sloc) 2.129 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
## Interface: 30200
 
## Title: Engravings
## Notes: Adds notes to item tooltips.
## Author: Tekkub Stoutwrithe
## Version: Alpha
## X-Website: http://code.google.com/p/tekkub-wow/
## X-Email: tekkub-wow@googlegroups.com
## X-Category: Inventory
 
## SavedVariables: EngravingsDB, EngravingsDB2
## SavedVariablesPerCharacter: EngravingsDBPC
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed
## X-LoadOn-Slash: /engrave
 
LibStub.lua
tekKonfigScroll.lua
tekKonfigAboutPanel.lua
CallbackHandler-1.0.lua
LibDataBroker-1.1\LibDataBroker-1.1.lua
 
Engravings.lua
Config.lua
 
CustomEngravings.lua
Data\Currency.lua
Data\WeightediLevel.lua
Data\ItemID.lua
Data\ItemType.lua
Data\Recipes.lua
Data\RawFood.lua
Data\RepTokens.lua
Data\Stacksize.lua
Data\PvPGear.lua
Data\PvPCosts.lua
Data\BadgeofJustice.lua
Data\Champion'sSeal.lua
Data\EmblemofHeroism.lua
Data\EmblemofValor.lua
Data\EmblemofConquest.lua
Data\EmblemofTriumph.lua
Data\SpiritShard.lua
Data\StoneKeeper'sShard.lua
Data\WintergraspMarkofHonor.lua
Data\DropLocations.lua
Data\DropNPCs.lua
Data\TierArmorTokenDropLocations.lua
Data\TierArmorTokenDropNPCs.lua
Data\HeadOnAPike.lua
Data\ItemSetNames.lua
Data\InSets.lua
Data\InBags.lua
 
Data\WowheadDeath_knightBlood.lua
Data\WowheadDeath_knightFrost_dps.lua
Data\WowheadDeath_knightFrost_tanking.lua
Data\WowheadDeath_knightUnholy.lua
Data\WowheadDruidBalance.lua
Data\WowheadDruidFeral_dps.lua
Data\WowheadDruidFeral_tanking.lua
Data\WowheadDruidRestoration.lua
Data\WowheadHunterBeast_mastery.lua
Data\WowheadHunterMarksmanship.lua
Data\WowheadHunterSurvival.lua
Data\WowheadMageArcane.lua
Data\WowheadMageFire.lua
Data\WowheadMageFrost.lua
Data\WowheadPaladinHoly.lua
Data\WowheadPaladinProtection.lua
Data\WowheadPaladinRetribution.lua
Data\WowheadPriestDiscipline.lua
Data\WowheadPriestHoly.lua
Data\WowheadPriestShadow.lua
Data\WowheadRogueGeneral.lua
Data\WowheadShamanElemental.lua
Data\WowheadShamanEnhancement.lua
Data\WowheadShamanRestoration.lua
Data\WowheadWarlockAffliction.lua
Data\WowheadWarlockDemonology.lua
Data\WowheadWarlockDestruction.lua
Data\WowheadWarriorFury.lua
Data\WowheadWarriorProtection.lua