mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Merge [SD2]
r1291 Move one misplaced script in yesterday commits. r1292 Make own folder for tool, not needed for general work of SD2. - skip r1293 Add script loader to simplify maintenance of scripts. The scripts must now be added to system/ScriptLoader.cpp instead of old way directly in ScriptMgr. --HG-- branch : trunk
This commit is contained in:
@@ -376,10 +376,6 @@
|
||||
RelativePath="..\base\guard_ai.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\base\guards.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\base\simple_ai.cpp"
|
||||
>
|
||||
@@ -2740,6 +2736,10 @@
|
||||
RelativePath="..\scripts\world\go_scripts.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\scripts\world\guards.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\scripts\world\item_scripts.cpp"
|
||||
>
|
||||
@@ -2829,6 +2829,18 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="system"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\system\ScriptLoader.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\system\ScriptLoader.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\ScriptMgr.cpp"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user