diff options
| author | Kudlaty <none@none> | 2009-08-16 02:46:55 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-08-16 02:46:55 +0200 |
| commit | 61ed8f90dfb7ebc0d3f57595acfa1429b2d4048d (patch) | |
| tree | c9d1378528de3b36c7d4ed3682414f58daf15f5f /src/bindings/scripts/VC90 | |
| parent | 93709273eca3e265612ecd0ca6c04a8de94aab3e (diff) | |
Merge [SD2]
r1296 Fix typo and check for IN_PROGRESS instead of NOT_STARTED and also return after force EnterEvadeMode in UpdateAI - skip
r1297 Set sysconfdir path in different way for linux compile, to avoid possible DOTCONF++ error at start. Patch by Saeldur - skip
r1298 Fix typo in MC instance script.
r1299 Clean up one MC boss script and remove old workarounds. Patch by Reve
r1300 Add gossip to npc_naladu. Patch by hoshie
r1301 Some minor cleanup and move one folder+source file
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/VC90')
| -rw-r--r-- | src/bindings/scripts/VC90/90ScriptDev2.vcproj | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index 0db7d101594..85946ca217c 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -391,6 +391,14 @@ <Filter Name="eastern_kingdoms" > + <Filter + Name="scarlet_enclave" + > + <File + RelativePath="..\scripts\eastern_kingdoms\scarlet_enclave\the_scarlet_enclave.cpp" + > + </File> + </Filter> <File RelativePath="..\scripts\eastern_kingdoms\alterac_mountains.cpp" > @@ -1323,22 +1331,6 @@ </File> </Filter> <Filter - Name="Duskwood" - > - </Filter> - <Filter - Name="Eastern Plaguelands" - > - <File - RelativePath="..\scripts\zone\eastern_plaguelands\the_scarlet_enclave.cpp" - > - </File> - </Filter> - <Filter - Name="Redridge Mountains" - > - </Filter> - <Filter Name="Scarlet Monastery" > <File |
