Console generates warning "Invalid InventoryType 12" for item 11100 and sets the field to 0.
InventoryType = 12 is a trinket and it doesnt need to be since 11100 HC token can safely sit in a players keyring.
@@ -1,2 +1,2 @@
UPDATE item_template SET name = 'Hardcore Key ', Quality = 5, InventoryType = 12, bonding = 1, BagFamily = 256 WHERE (entry = 11100);
UPDATE item_template SET name = 'Hardcore Key ', Quality = 5, InventoryType = 0, bonding = 1, BagFamily = 256 WHERE (entry = 11100);
UPDATE item_template SET description = 'Only the most hardcore characters dare keep this trinket. Wear it as a badge of honor or stow it in your keyring.' WHERE (entry = 11100);
Console generates warning "Invalid InventoryType 12" for item 11100 and sets the field to 0.
InventoryType = 12 is a trinket and it doesnt need to be since 11100 HC token can safely sit in a players keyring.
@@ -1,2 +1,2 @@
UPDATE
item_templateSETname= 'Hardcore Key ',Quality= 5,InventoryType= 12,bonding= 1,BagFamily= 256 WHERE (entry= 11100);UPDATE
item_templateSETname= 'Hardcore Key ',Quality= 5,InventoryType= 0,bonding= 1,BagFamily= 256 WHERE (entry= 11100);UPDATE
item_templateSETdescription= 'Only the most hardcore characters dare keep this trinket. Wear it as a badge of honor or stow it in your keyring.' WHERE (entry= 11100);