Skip to content

Commit

Permalink
disabling draenic stone (#25)
Browse files Browse the repository at this point in the history
* disabling draenic stone because it gets stuck on non dranei characters
  • Loading branch information
awls99 authored Jun 24, 2024
1 parent c246fc1 commit bc04759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RandomHearthToy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ 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" }
AllHearthToyIndex[210455] = { spellId = 438606, name = "Draenic Hologem" }
-- got a bug report that this HS gets stuck if character os not Draenei, disabling for now
-- AllHearthToyIndex[210455] = { spellId = 438606, name = "Draenic Hologem" }



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: 100207
## Title: Random Hearth Toy Continued
## Author: awls99
## Version: 2.0.4
## Version: 2.0.5
## OptionalDeps: Ace3, LibStub

## SavedVariables: RandomHearthToyDB
Expand Down

0 comments on commit bc04759

Please sign in to comment.