Skip to content

Console warning for item 11100 - Invalid InventoryType` and defaults to 0. #4

Description

@NeonaTrinity

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions