mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Added a few copyrights, footer and index.
This commit is contained in:
@@ -99,5 +99,6 @@
|
||||
<script src="{{ static('jquery.js') }}"></script>
|
||||
<script src="{{ static('main.js') }}"></script>
|
||||
<script async src="{{ root('search-index.js') }}"></script>
|
||||
<center>©2014 - Eluna Lua Engine</center>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,10 +9,10 @@
|
||||
{% block content %}
|
||||
<div class='docblock'>
|
||||
<h1 id="the-eluna-engine-api" class='section-header'>
|
||||
<a href="#the-eluna-engine-api">The Eluna Engine API</a>
|
||||
<a href="#the-eluna-engine-api">The Eluna Lua Engine© API</a>
|
||||
</h1>
|
||||
<p>
|
||||
The Eluna Engine's API allows you to add your own Lua code to be executed when certain events (called "hooks") occur.
|
||||
The Eluna Lua Engine© API allows you to add your own Lua code to be executed when certain events (called "hooks") occur.
|
||||
</p>
|
||||
<p>
|
||||
Add a new in-game command, give life to creatures with new AI, or even light players who try to duel on fire!
|
||||
|
||||
Reference in New Issue
Block a user