Quote:
Originally Posted by jdam7459
Is there a way to force all people who play on my server to use old models like on classic EQ?
|
Running this will force the Old Character Models:
Code:
update variables set value="0" where varname="Expansions";
But as you see you are setting your Expansions to "0" so you will not be able to use anything after the original game.