diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-11 18:29:15 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-11 18:29:15 +0000 |
commit | 2146c3cca6505ee8af8513c3e3dc3b843c26a832 (patch) | |
tree | ab7ee8313ac7315b1143957ce011f4d76bfa8211 | |
parent | 9d763bdd960e4ecf2063c76adf726464911da629 (diff) | |
download | SkyHanni-REPO-2146c3cca6505ee8af8513c3e3dc3b843c26a832.tar.gz SkyHanni-REPO-2146c3cca6505ee8af8513c3e3dc3b843c26a832.tar.bz2 SkyHanni-REPO-2146c3cca6505ee8af8513c3e3dc3b843c26a832.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/844e6272ebba1989dbabe971910978570d7a5c58
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 5856672..59b64b8 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "9b16887", + "sourceLabel": "844e627", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -23,6 +23,7 @@ "event.diana.mythological.tracker.siameselynxes": ".* §r§eYou dug out §r§2Siamese Lynxes§r§e!", "event.diana.mythological.tracker.minoshunter": ".* §r§eYou dug out a §r§2Minos Hunter§r§e!", "event.diana.mythological.tracker.minosinquisitor": ".* §r§eYou dug out a §r§2Minos Inquisitor§r§e!", + "inventory.npc.sell.lore": "§7them to this Shop!|§eClick to buyback!", "relay.chat.1st": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe first relay is on a branch of the large tree on the north-east of the fairy pond.", "relay.chat.2nd": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is in the castle ruins!", "relay.chat.3rd": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is in the §bRoyal Palace §rwithin the Dwarven Mines.", |