Skip to content

Commit 452d508

Browse files
authored
Merge pull request #58 from ElunaLuaEngine/master-2025-07-04_13-49
Update Eluna documentation
2 parents 3aa9586 + 96e10e9 commit 452d508

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

Global/AuthDBQuery.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ <h1 class='fqn'>
8686
</h1>
8787

8888

89+
<div style="border: 1px solid #f44336; background-color: #fdecea; color: #b71c1c; padding: 12px; border-radius: 4px; margin: 10px 0;">
90+
<strong>Warning:</strong> This method is flagged as <strong>unsafe</strong> and is <strong>disabled by default</strong>. Use with caution, or transition to Async queries.
91+
</div>
8992
<div class='docblock'>
9093
<p>Executes a SQL query on the login database and returns an <a class="mod" href="../ElunaQuery/index.html">ElunaQuery</a>.</p>
9194
<p>The query is always executed synchronously

Global/CharDBQuery.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ <h1 class='fqn'>
8686
</h1>
8787

8888

89+
<div style="border: 1px solid #f44336; background-color: #fdecea; color: #b71c1c; padding: 12px; border-radius: 4px; margin: 10px 0;">
90+
<strong>Warning:</strong> This method is flagged as <strong>unsafe</strong> and is <strong>disabled by default</strong>. Use with caution, or transition to Async queries.
91+
</div>
8992
<div class='docblock'>
9093
<p>Executes a SQL query on the character database and returns an <a class="mod" href="../ElunaQuery/index.html">ElunaQuery</a>.</p>
9194
<p>The query is always executed synchronously

Global/WorldDBQuery.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ <h1 class='fqn'>
8686
</h1>
8787

8888

89+
<div style="border: 1px solid #f44336; background-color: #fdecea; color: #b71c1c; padding: 12px; border-radius: 4px; margin: 10px 0;">
90+
<strong>Warning:</strong> This method is flagged as <strong>unsafe</strong> and is <strong>disabled by default</strong>. Use with caution, or transition to Async queries.
91+
</div>
8992
<div class='docblock'>
9093
<p>Executes a SQL query on the world database and returns an <a class="mod" href="../ElunaQuery/index.html">ElunaQuery</a>.</p>
9194
<p>The query is always executed synchronously

date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
document.write("05/06/2025");
1+
document.write("04/07/2025");

0 commit comments

Comments
 (0)