Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
8
_module/nss/sql_init.nss
Normal file
8
_module/nss/sql_init.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "sql_inc"
|
||||
#include "nwnx_events"
|
||||
|
||||
void main()
|
||||
{
|
||||
sql_CreateTables();
|
||||
NWNX_Events_SubscribeEvent("NWNX_ON_CLIENT_DISCONNECT_BEFORE", "sql_update_pc");
|
||||
}
|
||||
Reference in New Issue
Block a user