Quote:
Originally Posted by fireclav
how do i go about sourcing them
|
You need to left click on desktop "start" button, then select "run" and type in "C:\mysql\bin\mysql -u root eq" (no quotes), hit "enter"; given you have made an account under "eq", it will bring up a command window for sql.
then type "use eq" and hit "enter"
you can just copy-paste these three lines into the box,
ALTER TABLE spawnentry DROP spawn_limit;
ALTER TABLE spawngroup ADD spawn_limit tinyint(4) NOT NULL default '0';
ALTER TABLE altadv_vars ADD class_type int unsigned NOT NULL DEFAULT 0;
might have to hit enter on the last one.