32 lines
592 B
Markdown
32 lines
592 B
Markdown
# mod-LuaEngine
|
|
azerothcore 的 eluna 模块
|
|
|
|
Eluna API changes:(更改了一个eluna的api)
|
|
```
|
|
OnConfigLoad(bool reload) => OnConfigLoad(bool reload, bool isBefore)
|
|
```
|
|
|
|
-------
|
|
|
|
1. Merge my acore's ElunaAzerothwotlk branch.
|
|
|
|
https://github.com/AyaseCore/azerothcore-wotlk/tree/ElunaAzerothWotlk
|
|
|
|
|
|
2.Pull my lua module. Put it in the modules folder of acore.
|
|
|
|
https://github.com/AyaseCore/mod-LuaEngine
|
|
|
|
|
|
3.Open folders:Modules /mod-LuaEngine/LuaEngine.
|
|
|
|
|
|
4.Pull the ElunaAzerothwotlk branch of my eluna.
|
|
|
|
https://github.com/AyaseCore/Eluna/tree/ElunaAzerothWotlk
|
|
|
|
|
|
5.And then recompile.
|
|
|
|
|