Skip to content

Commit

Permalink
fix: givexp for spinning.rs2 (2004Scape#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan authored Dec 11, 2023
1 parent e0c8ea5 commit a8f9efd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ loc_anim(spinningwheel);
inv_del(inv, struct_param($struct, ingredient), 1);
inv_add(inv, struct_param($struct, product), 1);
mes(struct_param($struct, processmessage));
givexp(crafting, struct_param($struct, productexp));
p_delay(3);
//weakqueue(crafting_spinning, 2, $struct);

Expand Down

0 comments on commit a8f9efd

Please sign in to comment.