diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-07 12:28:17 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-07 12:28:17 +0200 |
commit | 5b824569a9f80cc08c98dbae3e2c8be3b3b587fc (patch) | |
tree | 438f2cb15537a17e618a53e99fde50d6829686e5 /.gitignore | |
parent | e5f8ecd7ecd70a413d27dab6c375647a3f6b0a12 (diff) |
[CORE] Rewritten ScriptMgr to be initialized before server load
Now ScriptMgr can be initialized before config allowing
to create scripts that can change the behaviour of
server before loading anything
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b35017fd6b..1b16f2839e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ CMakeLists.txt.user # exclude in all levels nbproject/ .sync.ffs_db +*.kate-swp # # Eclipse |