Files
rathena/npc/test/OnInterInit.txt
lighta 4af314500e Check_db
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)
2014-01-09 00:08:00 -05:00

9 lines
165 B
Plaintext

- script OnInterChk -1,{
OnInterIfInit:
debugmes "Loaded OnInterIfInit <-------";
end;
OnInterIfInitOnce:
debugmes "Loaded OnInterIfInitOnce <-------";
end;
}