Updated Linux server setup (markdown)

gpanula 2015-05-04 22:08:35 -05:00
parent c9c6e085ed
commit 42c354f84c

@ -69,3 +69,9 @@ values ('webguiacct','RandomPassword',250,1,now());
\<launcher><br /> \<launcher><br />
\<exe>Bin/zone\</exe><br /> \<exe>Bin/zone\</exe><br />
\</launcher><br /> \</launcher><br />
If you find your characters are unable to move, try applying utils/sql/git/required/2015_02_12_zone_gravity.sql . It'll fix a bug with the gravity.
~~~
mysql -u eqdbuser -p -D eq < utils/sql/git/required/2015_02_12_zone_gravity.sql
~~~
Found that solution at -> http://www.eqemulator.org/forums/showthread.php?p=239737