mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed mithril grappling tip smithing UI binding
This commit is contained in:
parent
592138d904
commit
5a37f2f8da
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public enum SmithingType {
|
|||
/**
|
||||
* Grapple Tips
|
||||
*/
|
||||
TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 175, 176, 175, 174, 173 }, 1),
|
||||
TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 176, 175, 174, 173 }, 1),
|
||||
|
||||
/**
|
||||
* The studs type.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue