Skip to content

Commit cd39888

Browse files
committed
Swap comment type ids
1 parent b9f9e8d commit cd39888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Libraries/Comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class Comment implements \BNETDocs\Interfaces\DatabaseObject, \JsonSerializable
2222
public const MAX_PARENT_TYPE = 0xFFFFFFFFFFFFFFFF;
2323
public const MAX_USER_ID = 0xFFFFFFFFFFFFFFFF;
2424

25-
public const PARENT_TYPE_DOCUMENT = 0;
26-
public const PARENT_TYPE_COMMENT = 1;
25+
public const PARENT_TYPE_COMMENT = 0;
26+
public const PARENT_TYPE_DOCUMENT = 1;
2727
public const PARENT_TYPE_NEWS_POST = 2;
2828
public const PARENT_TYPE_PACKET = 3;
2929
public const PARENT_TYPE_SERVER = 4;

0 commit comments

Comments
 (0)