Fix initialization issues with loading 'disable_timer' from the database for doors

This commit is contained in:
Akkadius
2017-04-10 19:55:17 -05:00
parent 080f6c5c3e
commit b5b6145786
4 changed files with 102 additions and 82 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ struct Door {
uint8 nokeyring;
uint8 trigger_door;
uint8 trigger_type;
bool disable_timer;
uint8 disable_timer;
uint32 door_param;
int invert_state;
uint16 size;