Fixed create-world.sh and drop-world.sh scripts to include menus, too
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
		| @@ -1,5 +1,7 @@ | ||||
| #! /bin/bash | ||||
|  | ||||
| sqlite3 "@localstatedir@"/iminiru.db < sql/menu.sql | ||||
|  | ||||
| sqlite3 "@localstatedir@"/iminiru.db < sql/planes.sql | ||||
| sqlite3 "@localstatedir@"/iminiru.db < sql/planets.sql | ||||
| sqlite3 "@localstatedir@"/iminiru.db < sql/rooms.sql | ||||
|   | ||||
| @@ -8,3 +8,4 @@ DROP TABLE room_exits; | ||||
| DROP TABLE rooms; | ||||
| DROP TABLE areas; | ||||
| DROP TABLE directions; | ||||
| DROP TABLE menu; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user