diff Constants.lua @ 520:3fee2a08fdaa 7.1.0-4

Attempted a hacky workaround for detecting Ephemeral Crystals (English clients only).
author MMOSimca <mmosimca@gmail.com>
date Tue, 08 Nov 2016 19:06:58 -0500
parents 6f3e9b9ee2ed
children f4acc4e77892
line wrap: on
line diff
--- a/Constants.lua	Tue Nov 08 19:05:42 2016 -0500
+++ b/Constants.lua	Tue Nov 08 19:06:58 2016 -0500
@@ -15,6 +15,14 @@
 -----------------------------------------------------------------------
 -- Boss/Loot Data Constants.
 -----------------------------------------------------------------------
+private.EPHEMERAL_CRYSTAL_OBJECT_IDS = {
+    251168,
+    251183,
+    251185,
+    251186,
+    251187,
+}
+
 -- Map of Alliance Logging NPC Summon spells to all possible Timber objectIDs of the proper tree size
 private.LOGGING_SPELL_ID_TO_OBJECT_ID_MAP = {
     [167902] = 234021,