mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Various Cleanups (bindings/universal/)
This commit is contained in:
parent
c334cd5ea4
commit
ed3220dbf2
6 changed files with 100 additions and 99 deletions
|
|
@ -36,7 +36,8 @@ extern void AddSC_default();
|
||||||
|
|
||||||
MANGOS_DLL_EXPORT
|
MANGOS_DLL_EXPORT
|
||||||
void ScriptsFree()
|
void ScriptsFree()
|
||||||
{ // Free resources before library unload
|
{
|
||||||
|
// Free resources before library unload
|
||||||
for (int i = 0; i < nrscripts; ++i)
|
for (int i = 0; i < nrscripts; ++i)
|
||||||
delete m_scripts[i];
|
delete m_scripts[i];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue