Page 1 of 1

[FIXED] /go

PostPosted: Wed May 14, 2008 9:53 am
by Drakia
I fixed the /go command so that if you don't put a location it gives you a list of locations. Just had to remove from gmcmds.cpp
  1.        if(loc == 0)
  2.         {
  3.             map = 20;
  4.             x = 5310;
  5.             y = 5394;
  6.         }
  7.         else