This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/legacyworlds-server/legacyworlds-server-data/db-structure/test-mode.sql

7 lines
427 B
SQL

INSERT INTO admin.administrators (appear_as, pass_md5 , pass_sha1, privileges)
VALUES ( 'Test' , '...' , '...' , 0 );
SELECT sys.set_constant( 'game.growthFactor' , 200 , 1 );
SELECT sys.set_constant( 'game.battle.damage' , 0.05 , 1 );
SELECT sys.set_constant( 'game.battle.timeToFullIntensity' , 5 , 1 );
SELECT sys.set_constant( 'map.names.minDelay' , 1 , 1 );
SELECT sys.set_constant( 'game.work.wuPerPopUnit' , 0.5 , 1 );