Skip to content

Commit 0873ad8

Browse files
committed
Add AE property to serialization that was missing from it
1 parent d1ecdca commit 0873ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/New/Entity/AttachEffectClass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ bool AttachEffectClass::Serialize(T& Stm)
871871
.Process(this->IsOnline)
872872
.Process(this->IsCloaked)
873873
.Process(this->HasInitialized)
874+
.Process(this->NeedsDurationRefresh)
874875
.Success();
875876
}
876877

0 commit comments

Comments
 (0)