mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +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
|
||||
void ScriptsFree()
|
||||
{ // Free resources before library unload
|
||||
{
|
||||
// Free resources before library unload
|
||||
for (int i = 0; i < nrscripts; ++i)
|
||||
delete m_scripts[i];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue