Add a check_db on char-serv startup to ensure all sql-tables was loaded correctly and avoid error on runtime. Fix OnInterIfInitOnce being executed on reloadscript, (now only done at server startup)
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
- script OnInterChk -1,{
|
|
OnInterIfInit:
|
|
debugmes "Loaded OnInterIfInit <-------";
|
|
end;
|
|
OnInterIfInitOnce:
|
|
debugmes "Loaded OnInterIfInitOnce <-------";
|
|
end;
|
|
}
|