diff Constants.lua @ 351:e7cbe43d8418 WoD

Fixed bugs with timber loot recording and restricted its recording to only one object for each tree size.
author MMOSimca <MMOSimca@gmail.com>
date Sun, 05 Oct 2014 17:35:53 -0400
parents fb1d08480f67
children 06b53a3d2b4a
line wrap: on
line diff
--- a/Constants.lua	Sat Oct 04 07:10:44 2014 -0400
+++ b/Constants.lua	Sun Oct 05 17:35:53 2014 -0400
@@ -17,9 +17,9 @@
 -----------------------------------------------------------------------
 -- 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] = { 233604, 233922, 234021, 234080, 234097, 234109, 234110, 234122, 234126, 234193, 234197, 237727, },
-    [167969] = { 233634, 234000, 234022, 234098, 234111, 234119, 234123, 234127, 234194, 234196, 234198, },
-    [168201] = { 233625, 234007, 234023, 234099, 234120, 234124, 234128, 234195, 234199, },
+    [167902] = 234021, --{ 233604, 233922, , 234080, 234097, 234109, 234110, 234122, 234126, 234193, 234197, 237727, },
+    [167969] = 234022, --{ 233634, 234000, , 234098, 234111, 234119, 234123, 234127, 234194, 234196, 234198, },
+    [168201] = 234023, --{ 233625, 234007, , 234099, 234120, 234124, 234128, 234195, 234199, },
 }
 -- Account for Horde spell IDs
 private.LOGGING_SPELL_ID_TO_OBJECT_ID_MAP[167961] = private.LOGGING_SPELL_ID_TO_OBJECT_ID_MAP[167902]