Mercurial > wow > askmrrobot
comparison Constants.lua @ 139:c229c759a125 v65
Update to support multiple setups per spec.
author | yellowfive |
---|---|
date | Mon, 05 Nov 2018 16:06:00 -0800 |
parents | 6dc0e8e9f960 |
children | 31386c009f03 |
comparison
equal
deleted
inserted
replaced
138:45e467335a1b | 139:c229c759a125 |
---|---|
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 = 58 | 5 Amr.MIN_IMPORT_VERSION = 65 |
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 = 58 | 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 |
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 |