Fix readme: Never trust preview
This commit is contained in:
29
README.md
29
README.md
@@ -4,7 +4,7 @@
|
||||
|
||||
Eluna Lua Engine © is lua engine embedded to World of Warcraft emulators. Eluna supports MaNGOS, CMaNGOS, and TrinityCore.
|
||||
We are currently working hard to make Eluna better from inside and outside.
|
||||
Follow us on [EmuDevs Twitter](https://twitter.com/EmuDevs) page to view the latest news about EmuDevs and what's going on with Eluna Lua Engine ©.
|
||||
Follow us on [EmuDevs Twitter](https://twitter.com/EmuDevs) page to view the latest news about EmuDevs and about what is going on with Eluna Lua Engine ©.
|
||||
|
||||
If you are having trouble with installation or scripts, post in [Eluna Support Forum](https://emudevs.com/forumdisplay.php/279-Eluna-Support)
|
||||
For documentation and reference see [Eluna API](http://eluna.emudevs.com/) and [Lua reference manual](http://www.lua.org/manual/5.2/).
|
||||
@@ -13,30 +13,29 @@ Special thanks to [MaNGOS](http://getmangos.eu/) for their continued support and
|
||||
|
||||
##Documentation
|
||||
|
||||
* [Installation](https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md)
|
||||
* [Function documentation](http://eluna.emudevs.com/)
|
||||
* [Hook documentation](https://github.com/ElunaLuaEngine/Eluna/blob/master/Hooks.h)
|
||||
* [Lua reference manual](http://www.lua.org/manual/5.2/)
|
||||
|
||||
* [Installation](https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md)
|
||||
* [Function documentation](http://eluna.emudevs.com/)
|
||||
* [Hook documentation](https://github.com/ElunaLuaEngine/Eluna/blob/master/Hooks.h)
|
||||
* [Lua reference manual](http://www.lua.org/manual/5.2/)
|
||||
|
||||
* [Contributing](CONTRIBUTING.md)
|
||||
* [Support forum](https://emudevs.com/forumdisplay.php/279-Eluna-Support)
|
||||
* [Example scripts](https://github.com/ElunaLuaEngine/Scripts)
|
||||
* [Guides, releases and news](https://emudevs.com/forumdisplay.php/15-Eluna-Lua-Engine-%C2%A9)
|
||||
|
||||
|
||||
##Source
|
||||
Eluna source code: https://github.com/ElunaLuaEngine/Eluna
|
||||
Core forks with required modifications for Eluna:
|
||||
- [](https://travis-ci.org/mangoszero/server) [Official MaNGOS Zero with Eluna](https://github.com/mangoszero/server)
|
||||
Eluna source code: [Source](https://github.com/ElunaLuaEngine/Eluna)
|
||||
Core forks with required modifications for Eluna:
|
||||
|
||||
[](https://travis-ci.org/mangoszero/server) [Official MaNGOS Zero with Eluna](https://github.com/mangoszero/server)
|
||||
|
||||
- [](https://travis-ci.org/ElunaLuaEngine/ElunaTrinityWotlk) [Eluna TrinityCore WotLK](https://github.com/ElunaLuaEngine/ElunaTrinityWotlk)
|
||||
- [](https://travis-ci.org/ElunaLuaEngine/ElunaTrinityCata) [Eluna TrinityCore Cataclysm](https://github.com/ElunaLuaEngine/ElunaTrinityCata)
|
||||
[](https://travis-ci.org/ElunaLuaEngine/ElunaTrinityWotlk) [Eluna TrinityCore WotLK](https://github.com/ElunaLuaEngine/ElunaTrinityWotlk)
|
||||
[](https://travis-ci.org/ElunaLuaEngine/ElunaTrinityCata) [Eluna TrinityCore Cataclysm](https://github.com/ElunaLuaEngine/ElunaTrinityCata)
|
||||
|
||||
|
||||
- [](https://travis-ci.org/ElunaLuaEngine/ElunaMangosClassic) [Eluna cMaNGOS Classic](https://github.com/ElunaLuaEngine/ElunaMangosClassic)
|
||||
- [](https://travis-ci.org/ElunaLuaEngine/ElunaMangosTbc) [Eluna cMaNGOS TBC](https://github.com/ElunaLuaEngine/ElunaMangosTbc)
|
||||
- [](https://travis-ci.org/ElunaLuaEngine/ElunaMangosWotlk) [Eluna cMaNGOS WotLK](https://github.com/ElunaLuaEngine/ElunaMangosWotlk)
|
||||
[](https://travis-ci.org/ElunaLuaEngine/ElunaMangosClassic) [Eluna cMaNGOS Classic](https://github.com/ElunaLuaEngine/ElunaMangosClassic)
|
||||
[](https://travis-ci.org/ElunaLuaEngine/ElunaMangosTbc) [Eluna cMaNGOS TBC](https://github.com/ElunaLuaEngine/ElunaMangosTbc)
|
||||
[](https://travis-ci.org/ElunaLuaEngine/ElunaMangosWotlk) [Eluna cMaNGOS WotLK](https://github.com/ElunaLuaEngine/ElunaMangosWotlk)
|
||||
|
||||
##Links
|
||||
|
||||
|
||||
Reference in New Issue
Block a user