Mercurial > wow > raid-target-tactics
comparison Main.lua @ 6:d067c361c4e9
testing
author | Jay Bird <a4blank@yahoo.com> |
---|---|
date | Sun, 21 Nov 2010 17:20:48 -0500 |
parents | fa455845cd81 |
children | 6e160ec1ef0f |
comparison
equal
deleted
inserted
replaced
5:fa455845cd81 | 6:d067c361c4e9 |
---|---|
1 | 1 |
2 | 2 |
3 RTT = LibStub("AceAddon-3.0"):NewAddon("RaidTargetTactics", "AceConsole-3.0") | 3 RTT = LibStub("AceAddon-3.0"):NewAddon("RaidTargetTactics", "AceConsole-3.0") |
4 local L = LibStub("AceLocale-3.0"):GetLocale("RaidTargetTactics") | 4 --local L = LibStub("AceLocale-3.0"):GetLocale("RaidTargetTactics") |
5 | 5 |
6 | 6 |
7 function RTT:OnInitialize() | 7 function RTT:OnInitialize() |
8 self.db = LibStub("AceDB-3.0"):New("TacticsSettings", defaults, true) | 8 self.db = LibStub("AceDB-3.0"):New("TacticsSettings", defaults, true) |
9 local AceGUI = LibStub("AceGUI-3.0") | 9 local AceGUI = LibStub("AceGUI-3.0") |