Initial implementation of enchantgrade UI (#6913)
Includes walkscript conversion of kRO scripts Thanks to @Asheraf, @Balferian, @JohnnyPlayy, @aleos89, @Atemo, @eppc0330 and @Pokye. Co-authored-by: JohnnyPlayy <lenon32@gmail.com> Co-authored-by: Asheraf <Asheraf@users.noreply.github.com> Co-authored-by: Balferian <balfear@yandex.ru> Co-authored-by: Aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <Atemo@users.noreply.github.com>
This commit is contained in:
@@ -13995,7 +13995,7 @@ void pc_scdata_received(struct map_session_data *sd) {
|
||||
clif_weight_limit( sd );
|
||||
|
||||
if( pc_has_permission( sd, PC_PERM_ATTENDANCE ) && pc_attendance_enabled() && !pc_attendance_rewarded_today( sd ) ){
|
||||
clif_ui_open( sd, OUT_UI_ATTENDANCE, pc_attendance_counter( sd ) );
|
||||
clif_ui_open( *sd, OUT_UI_ATTENDANCE, pc_attendance_counter( sd ) );
|
||||
}
|
||||
|
||||
sd->state.pc_loaded = true;
|
||||
|
||||
Reference in New Issue
Block a user