From 8f159c7e94241057007e1a39101d507d4553f05a Mon Sep 17 00:00:00 2001 From: ayase <137056643@qq.com> Date: Sat, 23 Oct 2021 11:10:55 +0800 Subject: [PATCH] Update README_CN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更改下载eluna的链接,添加中文文档地址 --- README_CN.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index ec2b68a..36a7152 100644 --- a/README_CN.md +++ b/README_CN.md @@ -30,7 +30,7 @@ git clone https://github.com/azerothcore/mod-eluna-lua-engine.git 1. 下载 [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine/archive/master.zip) 2. 解压到你的`azerothcore-wotlk`源码中的**modules**文件夹中,请确保路径看起来是这样的`azerothcore-wotlk/modules/mod-eluna-lua-engine` -3. 下载 [Eluna](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) +3. 下载 [Eluna](https://github.com/azerothcore/Eluna/archive/master.zip) 4. 把文件解压到 `mod-eluna-lua-engine/LuaEngine`. `LuaEngine.h`这个文件的路径看起来应该是这样的`mod-eluna-lua-engine/LuaEngine/LuaEngine.h`. ### 2) 生成 @@ -40,3 +40,6 @@ git clone https://github.com/azerothcore/mod-eluna-lua-engine.git Eluna API : [http://elunaluaengine.github.io/](http://elunaluaengine.github.io/) +Eluna 中文文档(重构): +[http://wiki.uiwow.com/doku.php/eluna:start](http://wiki.uiwow.com/doku.php/eluna:start) +