From 21cb1951a41d1e5db622d3baad1ebe8ec66b5f1c Mon Sep 17 00:00:00 2001 From: Szyler Date: Mon, 16 Aug 2021 19:00:53 +0200 Subject: [PATCH] Fixed spelling causing lua error --- AtlasLoot/Core/AtlasLoot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtlasLoot/Core/AtlasLoot.lua b/AtlasLoot/Core/AtlasLoot.lua index 6872bc1..f6ffb33 100644 --- a/AtlasLoot/Core/AtlasLoot.lua +++ b/AtlasLoot/Core/AtlasLoot.lua @@ -1441,7 +1441,7 @@ end ItemIDsDatabase = { --name, {normal, heroic, mythic, mythicN} - {"jeklik's Crusher", {19918, 319918, 219918, 4000} }, + {"Jeklik's Crusher", {19918, 319918, 219918, 4000} }, {"test2", {1002, 2002, 3002, 4002} }, }