mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
Zone.GetEntityAttributes
Zone.SetEntityAttribute
This commit is contained in:
@@ -56,6 +56,8 @@ void register_remote_call_handlers() {
|
||||
remote_call_methods["Zone.GetInitialEntityPositions"] = handle_rc_relay;
|
||||
remote_call_methods["Zone.MoveEntity"] = handle_rc_relay;
|
||||
remote_call_methods["Zone.Action"] = handle_rc_relay;
|
||||
remote_call_methods["Zone.GetEntityAttributes"] = handle_rc_relay;
|
||||
remote_call_methods["Zone.SetEntityAttribute"] = handle_rc_relay;
|
||||
remote_call_methods["World.GetFileContents"] = handle_rc_get_file_contents;
|
||||
remote_call_methods["World.SaveFileContents"] = handle_rc_save_file_contents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user