From eb77e38c7ca44e86b34c2fce6e49d17c032086e1 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:18:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e344300..1359886 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Turtle WoW ElvUI - Vanilla (1.12.1) +# WoW ElvUI - Vanilla (1.12.1) ## :exclamation: *Does NOT work with Retail - [Classic (1.13)](https://git.tukui.org/elvui/elvui-classic)* # This repository is actively being fixed and maintained by Bluewhale. @@ -9,7 +9,7 @@ - **Fix:** Removed implicit `arg` table leak in `hooksecurefunc` (varargs `...` issue in Lua 5.0). - **Fix:** Stripped invisible UTF-8 BOM from `utf8data.lua` that caused Lua parser errors. - **Fix:** Resolved tooltip crash with ShaguTweaks by reusing existing `backdrop` frames in `CreateBackdrop` instead of unconditionally overwriting them. -- **Fix:** Made ElvUI's backported `table.wipe` resilient to `nil` values, fixing crashes with native Turtle WoW UI scripts (like `Turtle_ShopUI.lua`) and lazy addons. +- **Fix:** Made ElvUI's backported `table.wipe` resilient to `nil` values, fixing crashes with native WoW UI scripts and lazy addons. - **Fix:** Added type safety checks to `SetOutside` and `SetInside` to prevent crashes when other addons overwrite frame globals with dummy functions. - **Fix:** Added type safety check before calling `SetTexture("")` on Blizzard header frames, preventing crashes when headers are modified by other addons or the custom client. - **Fix:** Wrapped `SetParent` in `pcall` within `CreateBackdrop` to prevent crashes on non-UI object dummy tables.