Mercurial > wow > wowdb-profiler
comparison 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 |
comparison
equal
deleted
inserted
replaced
519:2325dbe5c10a | 520:3fee2a08fdaa |
---|---|
13 | 13 |
14 | 14 |
15 ----------------------------------------------------------------------- | 15 ----------------------------------------------------------------------- |
16 -- Boss/Loot Data Constants. | 16 -- Boss/Loot Data Constants. |
17 ----------------------------------------------------------------------- | 17 ----------------------------------------------------------------------- |
18 private.EPHEMERAL_CRYSTAL_OBJECT_IDS = { | |
19 251168, | |
20 251183, | |
21 251185, | |
22 251186, | |
23 251187, | |
24 } | |
25 | |
18 -- Map of Alliance Logging NPC Summon spells to all possible Timber objectIDs of the proper tree size | 26 -- Map of Alliance Logging NPC Summon spells to all possible Timber objectIDs of the proper tree size |
19 private.LOGGING_SPELL_ID_TO_OBJECT_ID_MAP = { | 27 private.LOGGING_SPELL_ID_TO_OBJECT_ID_MAP = { |
20 [167902] = 234021, | 28 [167902] = 234021, |
21 [167969] = 234022, | 29 [167969] = 234022, |
22 [168201] = 234023, | 30 [168201] = 234023, |