From cb029ff2e879b6a89201a213b2bb4d51ee4e2e53 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 17 Jun 2022 13:09:25 -0500 Subject: [PATCH] Formatting --- scripts/server/npc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/server/npc.js b/scripts/server/npc.js index 0e061bcb..2a60dac2 100644 --- a/scripts/server/npc.js +++ b/scripts/server/npc.js @@ -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_CASE = 9; // Must match string exactly (case insensitive) +// =========================================================================== + // NPC Owner Types const VRR_NPC_OWNER_NONE = 0; // Not owned const VRR_NPC_OWNER_PLAYER = 1; // Owned by a player (character/subaccount)