Mercurial > wow > askmrrobot
comparison Constants.lua @ 59:ee701ce45354 v22
Couple minor bug fixes, added french localization.
author | yellowfive |
---|---|
date | Sun, 07 Jun 2015 14:28:59 -0700 |
parents | 01b63b8ed811 |
children | cf2b6b9a8337 |
comparison
equal
deleted
inserted
replaced
58:3e395402ac52 | 59:ee701ce45354 |
---|---|
1 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") | 1 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") |
2 local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true) | 2 local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true) |
3 | 3 |
4 -- min import version that we will read from the website | 4 -- min import version that we will read from the website |
5 Amr.MIN_IMPORT_VERSION = 20 | 5 Amr.MIN_IMPORT_VERSION = 21 |
6 | 6 |
7 -- min addon version that we will support for inter-addon communication for e.g. the team optimizer | 7 -- min addon version that we will support for inter-addon communication for e.g. the team optimizer |
8 Amr.MIN_ADDON_VERSION = 23 | 8 Amr.MIN_ADDON_VERSION = 22 |
9 | 9 |
10 -- import some constants from the serializer for convenience | 10 -- import some constants from the serializer for convenience |
11 Amr.ChatPrefix = Amr.Serializer.ChatPrefix | 11 Amr.ChatPrefix = Amr.Serializer.ChatPrefix |
12 Amr.RegionNames = Amr.Serializer.RegionNames | 12 Amr.RegionNames = Amr.Serializer.RegionNames |
13 Amr.SlotIds = Amr.Serializer.SlotIds | 13 Amr.SlotIds = Amr.Serializer.SlotIds |