Skip to content

Commit

Permalink
Merge pull request #676 from cyriun/i675-sms-pet
Browse files Browse the repository at this point in the history
Add Sunreaver Micro-Sentry to the database (as well as the UiMapID for Isle of Thunder)
  • Loading branch information
rdw-software authored Oct 31, 2023
2 parents 8800102 + d401b7f commit a05e263
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DB/Pets/MistsOfPandaria.lua
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,20 @@ local mopPets = {
creatureId = 73366,
coords = { { m = 554 } },
},
["Sunreaver Micro-Sentry"] = {
cat = CONSTANTS.ITEM_CATEGORIES.MOP,
type = CONSTANTS.ITEM_TYPES.PET,
method = CONSTANTS.DETECTION_METHODS.NPC,
name = L["Sunreaver Micro-Sentry"],
spellId = 138082,
itemId = 94124,
npcs = { 50358 },
chance = 5,
creatureId = 69778,
coords = {
{ m = CONSTANTS.UIMAPIDS.ISLE_OF_THUNDER, x = 48.4, y = 87.2, n = L["Haywire Sunreaver Construct"] },
},
},
}

Rarity.ItemDB.MergeItems(Rarity.ItemDB.pets, mopPets)
1 change: 1 addition & 0 deletions DB/SharedConstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ C.UIMAPIDS = {
DARKMOON_ISLAND = 407,
KRASARANG_WILDS = 418,
DREAD_WASTES = 422,
ISLE_OF_THUNDER = 504,
-- Warlords of Draenor Zones
FROSTFIRE_RIDGE = 525,
NAGRAND_DRAENOR = 550,
Expand Down
2 changes: 2 additions & 0 deletions Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,8 @@ L["Frozen Coffer"] = true
L["Obsidian Battle Horn"] = true
L["Emmah"] = true
L["Box of Rattling Chains"] = true
L["Sunreaver Micro-Sentry"] = true
L["Haywire Sunreaver Construct"] = true

--[[
The rest of this file is auto-generated using the WoWAce localization application.
Expand Down

0 comments on commit a05e263

Please sign in to comment.