Rune_PRC8/_removed/hif_onheartbeat.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

14 lines
407 B
Plaintext

// pwdb_mod_onhb,prc_onheartbeat
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onheartbeat event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("pwdb_mod_onhb", OBJECT_SELF);
ExecuteScript("prc_onheartbeat", OBJECT_SELF);
}