View Single Post
01-12-15, 03:40 AM   #5
atl77
A Chromatic Dragonspawn
Join Date: Oct 2014
Posts: 179
I didn't say that was the cause of the error. All of the quests are already in our db:

Lua Code:
  1. [35444] = {
  2.         Quest = [[The Southern Wilds|1|91|90|0|0]],
  3.         Start = "4103|947|32|49.00|38.60",
  4.         End = "3907|947|32|57.00|57.40",
  5.     },
  6.     [35450] = {
  7.         Quest = [[The Southern Wilds|1|91|90|0|0]],
  8.         Start = "4104|947|32|45.80|37.40",
  9.         End = "3907|947|32|57.00|57.40",
  10.     },
  11.     [35459] = {
  12.         Quest = [[The Southern Wilds|1|91|90|0|0]],
  13.         Start = "3873|971|32|42.80|45.20",
  14.         End = "3907|947|32|57.00|57.40",
  15.     },
  Reply With Quote