Welp, the grid entries are easy to source in as there's no conflicts at all. But the spawn table was more difficult because it changes, and probably will change, more often. The best I could figure to do was change the spawn2 entries to:
update spawn2 set pathgrid='path#' where (zone='zone' and x='x' and y='y');
This updated a slew of the entries but still missed maybe 10%. But that's better than zero <g>. Definitely though this means that Drawde has to put this stuff into his database in order to keep the right spawns associated with the right grids.
bill
|