Remove all references to the unused psu_object record/table.
This commit is contained in:
parent
722e0a53f4
commit
57e4e91187
@ -156,10 +156,6 @@
|
||||
inventory=[]
|
||||
}). % also: shortcuts partnercards blacklist npcs flags...
|
||||
|
||||
%% @doc Table containing all mission objects.
|
||||
|
||||
-record(psu_object, {id, instancepid, type, args}).
|
||||
|
||||
%% @doc Hit response data.
|
||||
|
||||
-record(hit_response, {type, user, exp, damage, targethp, targetse, events}).
|
||||
|
@ -69,7 +69,6 @@ db_init() ->
|
||||
mnesia:start(),
|
||||
mnesia:create_table(accounts, [{attributes, record_info(fields, accounts)}]),
|
||||
mnesia:create_table(counters, [{attributes, record_info(fields, counters)}]),
|
||||
mnesia:create_table(psu_object, [{attributes, record_info(fields, psu_object)}]),
|
||||
mnesia:create_table(users, [{attributes, record_info(fields, users)}]),
|
||||
error_logger:info_report("mnesia tables created"),
|
||||
ok.
|
||||
|
Loading…
Reference in New Issue
Block a user