diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-16 15:41:58 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-16 15:41:58 +0000 |
commit | 5e351efb568d3ba2cb8b542d57c799c54bec93c0 (patch) | |
tree | 76a57f39311f890ea108a7364758ef31578f399e | |
parent | a362b2915cc86596640f3c57a7c4bff18c0dc2da (diff) | |
download | SkyHanni-REPO-5e351efb568d3ba2cb8b542d57c799c54bec93c0.tar.gz SkyHanni-REPO-5e351efb568d3ba2cb8b542d57c799c54bec93c0.tar.bz2 SkyHanni-REPO-5e351efb568d3ba2cb8b542d57c799c54bec93c0.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/905ae153d6a4b1b1bcb36636474b6910ef65404f
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 6fa7508..fa6cb29 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "5d02781", + "sourceLabel": "905ae15", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", @@ -18,7 +18,7 @@ "event.diana.mythological.tracker.minosinquisitor": ".* §r§eYou dug out a §r§2Minos Inquisitor§r§e!", "garden.level.inventory.nextxp": ".* §e(?\u003cnextLevelExp\u003e.*)§6/.*", "garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)", - "garden.level.inventory.currentlevel": ".*Garden Level (?\u003ccurrentLevel\u003e.*)", + "garden.level.inventory.currentlevel": "Garden Level (?\u003ccurrentLevel\u003e.*)", "garden.level.chat.increase": " {4}§r§8\\+§r§2(?\u003cexp\u003e.*) §r§7Garden Experience", "harp.inventory": "^Harp.*", "garden.spray.material": "§a§lSPRAYONATOR! §r§7Your selected material is now §r§a(?\u003cspray\u003e.*)§r§7!", |