Mercurial > wow > askmrrobot
comparison Constants.lua @ 63:f1d5827dbde0 v24
tweak to read new item link format
author | yellowfive |
---|---|
date | Tue, 23 Jun 2015 12:56:57 -0700 |
parents | cf2b6b9a8337 |
children | e638168c3395 |
comparison
equal
deleted
inserted
replaced
62:8b37293e9ea5 | 63:f1d5827dbde0 |
---|---|
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 = 21 | 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 = 22 | 8 -- last update to version 24 when item link format changed |
9 Amr.MIN_ADDON_VERSION = 24 | |
9 | 10 |
10 -- import some constants from the serializer for convenience | 11 -- import some constants from the serializer for convenience |
11 Amr.ChatPrefix = Amr.Serializer.ChatPrefix | 12 Amr.ChatPrefix = Amr.Serializer.ChatPrefix |
12 Amr.RegionNames = Amr.Serializer.RegionNames | 13 Amr.RegionNames = Amr.Serializer.RegionNames |
13 Amr.SlotIds = Amr.Serializer.SlotIds | 14 Amr.SlotIds = Amr.Serializer.SlotIds |