Mercurial > wow > askmrrobot
comparison Constants.lua @ 165:3be9cc6f7d20 v77
Updated for 8.2, initial essence support.
author | yellowfive |
---|---|
date | Tue, 25 Jun 2019 10:27:20 -0700 |
parents | 35612aee8e15 |
children | 5c68d3fccff3 |
comparison
equal
deleted
inserted
replaced
164:a6aa4fa7e2dd | 165:3be9cc6f7d20 |
---|---|
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 = 65 | 5 Amr.MIN_IMPORT_VERSION = 77 |
6 | 6 |
7 -- min addon version that we will support for inter-addon communication | 7 -- min addon version that we will support for inter-addon communication |
8 Amr.MIN_ADDON_VERSION = 65 | 8 Amr.MIN_ADDON_VERSION = 65 |
9 | 9 |
10 -- import some constants from the serializer for convenience | 10 -- import some constants from the serializer for convenience |