Jump to content
TrinityCore

nazor

Plebs
  • Posts

    1
  • Joined

  • Last visited

Everything posted by nazor

  1. It's pretty straightforward - race, class, itemid and amount. For example INSERT INTO `playercreateinfo_item` (`race`, `class`, `itemid`, `amount`) VALUES (2, 1, 333000, 1) puts one 333000 (custom item) into inventory of all new orc warriors. If you want to change equipped items check this guide.
×
×
  • Create New...