Skip to content

Commit

Permalink
Holgraphic digitalization fix (#33)
Browse files Browse the repository at this point in the history
* Holographic Digitalization Hearthstone fix
  • Loading branch information
awls99 authored Oct 21, 2024
1 parent ebb7551 commit e32f34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RandomHearthToy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AllHearthToyIndex[142542] = { spellId = 231504, name = "Tome of Town Portal" }
AllHearthToyIndex[64488] = { spellId = 94719, name = "The Innkeeper's Daughter" }
AllHearthToyIndex[54452] = { spellId = 75136, name = "Ethereal Portal" }
AllHearthToyIndex[93672] = { spellId = 136508, name = "Dark Portal" }
AllHearthToyIndex[168907] = { spellId = 298068, name = "Holographic Digitalization" }
AllHearthToyIndex[168907] = { spellId = 298068, name = "Holographic Digitalization Hearthstone" }
AllHearthToyIndex[172179] = { spellId = 308742, name = "Eternal Traveler's Hearthstone" }
AllHearthToyIndex[182773] = { spellId = 340200, name = "Necrolord Hearthstone" }
AllHearthToyIndex[180290] = { spellId = 326064, name = "Night Fae Hearthstone" }
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: 110002
## Title: Random Hearth Toy Continued
## Author: awls99
## Version: 3.0.0
## Version: 3.0.1
## OptionalDeps: Ace3, LibStub

## SavedVariables: RandomHearthToyDB
Expand Down

0 comments on commit e32f34e

Please sign in to comment.