Formatting

This commit is contained in:
Vortrex
2022-06-17 13:09:25 -05:00
parent a403530f11
commit cb029ff2e8

View File

@@ -19,6 +19,8 @@ const VRR_NPC_COND_MATCH_CONTAINS_CASE = 7; // Must contain string (case se
const VRR_NPC_COND_MATCH_EXACT = 8; // Must match string exactly (case insensitive) const VRR_NPC_COND_MATCH_EXACT = 8; // Must match string exactly (case insensitive)
const VRR_NPC_COND_MATCH_EXACT_CASE = 9; // Must match string exactly (case insensitive) const VRR_NPC_COND_MATCH_EXACT_CASE = 9; // Must match string exactly (case insensitive)
// ===========================================================================
// NPC Owner Types // NPC Owner Types
const VRR_NPC_OWNER_NONE = 0; // Not owned const VRR_NPC_OWNER_NONE = 0; // Not owned
const VRR_NPC_OWNER_PLAYER = 1; // Owned by a player (character/subaccount) const VRR_NPC_OWNER_PLAYER = 1; // Owned by a player (character/subaccount)