add ignored scripts (#1713)

This commit is contained in:
David Markowitz 2025-01-01 22:11:18 -08:00 committed by GitHub
parent beffad42ea
commit 9936bb0d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -718,6 +718,12 @@ namespace {
"scripts\\ai\\PETS\\PET_BLOCKER.lua",
"scripts\\ai\\PETS\\PET_FLEA_MISSION.lua",
"scripts\\ai\\ACT\\L_ACT_PET_INSTANCE_EXIT.lua",
"scripts\\ai\\WILD\\L_WILD_GF_FROG.lua",
"scripts\\zone\\LUPs\\RobotCity Intro\\WBL_RCIntro_Robotanist.lua",
"scripts\\zone\\LUPs\\RobotCity Intro\\WBL_RCIntro_Seperator.lua",
"scripts\\zone\\LUPs\\RobotCity Intro\\WBL_RCIntro_InfectedCitizen.lua",
"scripts\\ai\\MINIGAME\\SIEGE\\OBJECTS\\ATTACKER_BOUNCER_SERVER.lua",
"scripts\\ai\\AG\\L_AG_ZONE_PLAYER.lua",
};
};