|
|
|
@ -67,13 +67,13 @@ dbot.changelog[2.0003] =
|
|
|
|
|
dbot.changelog[2.0004] =
|
|
|
|
|
{
|
|
|
|
|
{ change = drlDbotChangeLogTypeMisc,
|
|
|
|
|
desc = "Refresh code now forces your first refresh in a new session to use a full refresh scan.\n" ..
|
|
|
|
|
"This is necessary because items have have been moved or modified in a different client and\n" ..
|
|
|
|
|
"we need to know the current location of all items. This also allows us to detect if a no-\n" ..
|
|
|
|
|
desc = "Refresh code now forces your first refresh in a new session to use a full refresh scan. " ..
|
|
|
|
|
"This is necessary because items have have been moved or modified in a different client and " ..
|
|
|
|
|
"we need to know the current location of all items. This also allows us to detect if a no-" ..
|
|
|
|
|
"save item was removed after the last session."
|
|
|
|
|
},
|
|
|
|
|
{ change = drlDbotChangeLogTypeFix,
|
|
|
|
|
desc = "Fixed incorrect return value check in the plugin update code. The previous code could\n" ..
|
|
|
|
|
desc = "Fixed incorrect return value check in the plugin update code. The previous code could " ..
|
|
|
|
|
"send an incorrect (nil) return value in some error cases."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|