Skip to content

Commit

Permalink
Stone of Hearth spell id fix (#23)
Browse files Browse the repository at this point in the history
* fix stone of the hearth spell id

* keeping both id's just in case
  • Loading branch information
awls99 authored Mar 17, 2024
1 parent e710a10 commit 225d863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RandomHearthToy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ AllHearthToyIndex[200630] = { spellId = 391042, name = "Ohn'ir Windsage's Hearth
AllHearthToyIndex[206195] = { spellId = 412555, name = "Path of the Naaru" }
AllHearthToyIndex[209035] = { spellId = 422284, name = "Hearthstone of the Flame" }
AllHearthToyIndex[208704] = { spellId = 420418, name = "Deepdweller's Earthen Hearthstone" }
AllHearthToyIndex[212337] = { spellId = 401802, name = "Stone of the Hearth" }
AllHearthToyIndex[212337] = { spellId = 431644, name = "Stone of the Hearth" }



-- Ensure Ace3 is loaded
local AceAddon = LibStub("AceAddon-3.0")
local AceConfig = LibStub("AceConfig-3.0")
Expand Down
2 changes: 1 addition & 1 deletion RandomHearthToy.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100205
## Title: Random Hearth Toy Continued
## Author: awls99
## Version: 2.0.2
## Version: 2.0.3
## OptionalDeps: Ace3, LibStub

## SavedVariables: RandomHearthToyDB
Expand Down

0 comments on commit 225d863

Please sign in to comment.