Skip to content

Commit

Permalink
Temporarily don't set mountID cache as spellID cache to make Mount dy…
Browse files Browse the repository at this point in the history
…namic behave better
  • Loading branch information
ImUnicke committed Apr 22, 2024
1 parent 9f39271 commit 1d6802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ local CreateDataCache = function(name, skipMapCaching)
end
setmetatable(cache, fieldMeta);
cache.npcID = cache.creatureID; -- identical cache as creatureID (probably deprecate npcID use eventually)
cache.mountID = cache.spellID; -- identical cache as spellID
-- cache.mountID = cache.spellID; -- identical cache as spellID
cache.recipeID = cache.spellID; -- identical cache as spellID
--cache.requireSkill = cache.professionID; -- identical cache as professionID (in Retail)
return cache;
Expand Down

0 comments on commit 1d6802d

Please sign in to comment.