weather timer in source code
I want to change the eqemu source code and recompile a server to include a different weather timer. I found :
weatherTime = (MakeRandomInt(1800, 7200) + 30) * 2000;
in the code, if i edit this would I be able to set the weather timer to much shorter?
|