5.4.1.1
Details
-
Filename_NPCScan-5.4.1.1.zip
-
Uploaded by
-
UploadedNov 1, 2013
-
Size170.16 KB
-
Downloads126,991
-
MD5cbf59e75b951d82ea61b89a66dc68b81
Supported WoW Retail Versions
- 5.4.0
Changelog
tag 5.4.1.1
e592525915c71f7d3bb3bb80383eb6fa881829e4
James D. Callahan III <jcallahan@curse.com>
2013-11-01 22:29:44 -0500
--------------------
James D. Callahan III:
- Added LibTextDump-1.0 to .pkgmeta and the ToC.
- ...followup commit to make it actually work...
- Committing the code for dumping NPC_DATA in case it's needed again.
- Set LibTextDump-1.0 as an OptionalDep
- Added a unified table of world IDs, map names, and tamable status from which the other tables will be build; having this data in a single location makes wrong or missing data easier to see.
- Updated private.RareMobData.NPCWorldIDs to use the zone name constants rather than English strings.
- Added Hawkbane to list of tamable beasts.
- Have GeneralNPCUpdate() handle map IDs as well as names until private.TamableIDs is updated to use names.
- Use the zone name constants instead of locally-defined versions.
- Renamed private.RareMobData.NPCMapIDs to private.RareMobData.map_names and switched to using the zone name constants.
- Added name constants for both zones and continents.
- Removed unused RareMobData.NPCs table.
- Load Constants.lua before NPCData.lua
- Reformat, kill semi-colons.
- Dead code removal.