Thread: #path woes
View Single Post
  #2  
Old 08-02-2017, 09:40 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 85
Default

Ok, going to answer my own question, sort of. Once I found the #wpinfo command and could follow the progression of the grid hops, I could visualize what I needed to change better.

The #wpinfo command also showed me which grid_entry I was looking for, so then I just queried with

Code:
select * from grid_entries where gridid=12345
and then updated the hops one by one, I'm sure there's a more efficient way of doing it but this will work for now.
Reply With Quote