fix: defaultEventColumn에 turntime 추가

- 많이 쓰일 것으로 예상
This commit is contained in:
2023-07-18 11:05:07 +09:00
parent a7dac2ce15
commit 9871e24811
+1 -1
View File
@@ -1038,7 +1038,7 @@ class General implements iAction
$defaultEventColumn = [
'no', 'name', 'npc', 'owner', 'city', 'nation', 'officer_level', 'officer_city',
'special', 'special2', 'personal',
'horse', 'weapon', 'book', 'item', 'last_turn', 'aux',
'horse', 'weapon', 'book', 'item', 'last_turn', 'aux', 'turntime',
];
$fullColumn = [
'no', 'name', 'owner', 'owner_name', 'picture', 'imgsvr', 'nation', 'city', 'troop', 'injury', 'affinity',