Mantis#2658. Thank you kindly, StrawberryFride for a patch that:

Keeping up with MySQL and SQLite. Small code changes and 
another resource file to add.
This commit is contained in:
Charles Krinke
2008-11-19 23:57:19 +00:00
parent 14f3ac1440
commit b0ee8fc271
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
BEGIN TRANSACTION
ALTER TABLE prims ADD CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000'
ALTER TABLE prims ADD CollisionSoundVolume float not null default 0.0
COMMIT