Skip to content

Commit

Permalink
ezwow db
Browse files Browse the repository at this point in the history
  • Loading branch information
janeblower authored Jun 10, 2022
1 parent 7ffc62e commit 3d986b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/wowchat/discord/MessageResolver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class MessageResolverWotLK(jda: JDA) extends MessageResolverTBC(jda) {
"spell" -> "\\|Htrade:(\\d+):.+?\\|h\\[(.+?)\\]\\|h\\s?".r
)

override protected val linkSite = "http://wotlk-twinhead.twinstar.cz"
override protected val linkSite = "http://wotlk.ezhead.org"
}

class MessageResolverCataclysm(jda: JDA) extends MessageResolverWotLK(jda) {
Expand Down

0 comments on commit 3d986b3

Please sign in to comment.