Minor cleanups
* Resolved some miscellaneous typos.
This commit is contained in:
@@ -4752,8 +4752,8 @@ void do_init_npc(void){
|
||||
npc_market_fromsql();
|
||||
#endif
|
||||
|
||||
timer_event_ers = ers_new(sizeof(struct timer_event_data),"npc.c::timer_event_ers",ERS_OPT_NONE);
|
||||
npc_sc_display_ers = ers_new(sizeof(struct sc_display_entry), "npc.c:npc_sc_display_ers", ERS_OPT_NONE);
|
||||
timer_event_ers = ers_new(sizeof(struct timer_event_data),"npc.cpp::timer_event_ers",ERS_OPT_NONE);
|
||||
npc_sc_display_ers = ers_new(sizeof(struct sc_display_entry), "npc.cpp:npc_sc_display_ers", ERS_OPT_NONE);
|
||||
|
||||
// process all npc files
|
||||
ShowStatus("Loading NPCs...\r");
|
||||
|
||||
Reference in New Issue
Block a user