DB/Cfg Configs

From wowdev
Revision as of 02:50, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

Some configuration, maybe related to the realm groups.

Structure

Column Field Type Notes
1 ID Integer
2 realmType Integer
3 playerKillingAllowed Integer
4 roleplaying Integer

6.0.1.18179

struct Cfg_ConfigsRec {
  int m_ID;
  int m_realmType;
  int m_playerKillingAllowed;
  int m_roleplaying;
  int m_playerAttackSpeedBase;
  int m_maxDamageReductionPctPhysical;
};

Retrieved from "http://www.sourcepeek.com/wiki/Cfg_Configs.dbc"