80O / PlusEMU

37 stars 27 forks source link

RoomData convert properties to bool type #127

Closed 80O closed 1 year ago

80O commented 1 year ago

In RoomData, properties AllowPets, AllowPetsEating, RoomBlockingEnabled and Hidewall can be converted from int to bool.

Database must be changed to bool type without loss of data. (Rename old column, add new column, update data, delete old column)