Files 2
Downloads 154,311
Favorites 252
Content
View Bug Report
Case sensitive substring find
Bug #: 2629
File: Crafting Writ Assistant
Date: 05/08/20 09:00 AM
By: RayKV
Status: Unconfirmed
Hey! Thank you for your addon!

Addon cannot detect jewelry crafting writ quest in ru localization.

Hotfix:
lang\RU.lua
Lua Code:
  1. ZO_CreateStringId("SI_CWA_JEWELRY", "ювелиру")

Right now code is case sensitive to substring find and any changes in word case are broking addon behavior.
So, another way to fix it: transform a string to lowercase before substring find.