#The Gragas "Fimbulwinter" item (Item ID: 3121) is not visible in game builds.

1 messages · Page 1 of 1 (latest)

main ingot
#

Fix method: itemBugHotfix = function(e) {
switch (e) {
case 3121:
e = 3119;
break;
case 3042:
e = 3004;
break;
case 3040:
e = 3003
}