mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
[Fix] missing attachment for G36C
item 664, the G36C, has two default attachments defined in items.xml (1746, Folding Stock and 1322, in-build 2x Scope) It missed 1322 in attachments.xml and when using the Folding Stock (fold/unfold) it resulted in an error for not finding 1322 attached after the transformation Added entry for 1322 (in-build 2x Scope) on 664 (G36C) in attachments.xml to fix that
This commit is contained in:
@@ -26007,6 +26007,11 @@
|
||||
<itemIndex>20</itemIndex>
|
||||
<APCost>20</APCost>
|
||||
</ATTACHMENT>
|
||||
<ATTACHMENT>
|
||||
<attachmentIndex>1322</attachmentIndex>
|
||||
<itemIndex>664</itemIndex>
|
||||
<APCost>20</APCost>
|
||||
</ATTACHMENT>
|
||||
<ATTACHMENT>
|
||||
<attachmentIndex>1322</attachmentIndex>
|
||||
<itemIndex>726</itemIndex>
|
||||
|
||||
Reference in New Issue
Block a user