Version Control fix

This commit is contained in:
Lexie
2023-11-02 07:25:05 +11:00
parent aefe0f7b6b
commit 0ffd6bc4c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3848,7 +3848,7 @@ function ChatFrame_OnEvent(event)
if name == "LFT" then
local msg, v, remoteversion = AtlasLoot_strsplit(":", arg1)
if msg == "Atlasloot" then
local remoteversion = tonumber(remoteversion)
local remoteversion = tonumber(remoteversion) or 0
if remoteversion >= 40000 then remoteversion = 0 end --Block for people using some version from another version of WoW.
if v == "VERSION" and remoteversion then
if remoteversion > localversion then
+1 -1
View File
@@ -3261,7 +3261,7 @@ AtlasLoot_Data["AtlasLootItems"] = {
{ 60543, "INV_misc_wrench_01", "=q3=Wrench of Creation", "=ds=#h3#, #w6#", "20%" },
{ 60545, "INV_weapon_rifle_07", "=q3=Techrifle X-TREME 5200", "=ds=#w5#", "20%" },
{ 0, "", "", "" },
{ 60539, "INV_misc_questionmark", "=q3=Decoy Dragonling Remote", "=ds=#s15#", "15%" },
{ 60539, "Inv_gizmo_goblingtonkcontroller", "=q3=Decoy Dragonling Remote", "=ds=#s15#", "15%" },
{ 0, "", "", "" },
{ 13325, "ability_mount_mechastrider", "=q4=Fluorescent Green Mechanostrider", "=ds=#e7#", "0.025%" },
{ 0, "", "", "" },