View Single Post
10-01-20, 03:25 AM   #390
Oxygen_01
A Kobold Labourer
Join Date: Oct 2020
Posts: 1
11 Updates

Code:
InFlightDB = {
	["version"] = "classic",
	["global"] = {
		["Horde"] = {
			["Shadowprey"] = {
				["Camp Mojache"] = 196,
				["Splintertree Post"] = 475,
				["Orgrimmar"] = 385,
			},
			["Orgrimmar"] = {
				["Shadowprey"] = 384,
			},
			["Undercity"] = {
				["Revantusk"] = 285,
			},
			["Gadgetzan"] = {
				["Shadowprey"] = 400,
			},
			["Revantusk"] = {
				["Kargath"] = 351,
				["Booty Bay"] = 743,
				["Stonard"] = 631,
				["Tarren Mill"] = 159,
				["Undercity"] = 285,
			},
		},
	},
	["upload"] = 1601494532,
	["dbinit"] = 1134,
	["profiles"] = {
		["Default"] = {
			["countup"] = false,
		},
	},
}
  Reply With Quote