Mercurial > wow > askmrrobot
comparison Constants.lua @ 94:adec0972d4e1 v44
Minor tweak for team optimizer.
| author | yellowfive |
|---|---|
| date | Fri, 23 Sep 2016 18:23:41 -0700 |
| parents | 177391341e26 |
| children | 5bacf5c7c66d |
comparison
equal
deleted
inserted
replaced
| 93:177391341e26 | 94:adec0972d4e1 |
|---|---|
| 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 = 36 | 5 Amr.MIN_IMPORT_VERSION = 36 |
| 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 -- last update to version 36 for Legion pre-patch | 8 -- last update to version 36 for Legion pre-patch |
| 9 Amr.MIN_ADDON_VERSION = 36 | 9 Amr.MIN_ADDON_VERSION = 44 |
| 10 | 10 |
| 11 -- import some constants from the serializer for convenience | 11 -- import some constants from the serializer for convenience |
| 12 Amr.ChatPrefix = Amr.Serializer.ChatPrefix | 12 Amr.ChatPrefix = Amr.Serializer.ChatPrefix |
| 13 Amr.RegionNames = Amr.Serializer.RegionNames | 13 Amr.RegionNames = Amr.Serializer.RegionNames |
| 14 Amr.SlotIds = Amr.Serializer.SlotIds | 14 Amr.SlotIds = Amr.Serializer.SlotIds |
