DB/Cfg Configs: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
(add full and correct info for 6.0.1.18179)
Line 17: Line 17:
| 4  || roleplaying  || 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"
Retrieved from "http://www.sourcepeek.com/wiki/Cfg_Configs.dbc"


[[Category:DBC]][[Category:3.0.2.8905]][[Category:DBC_WotLK]]
[[Category:DBC]][[Category:3.0.2.8905]][[Category:DBC_WotLK]]

Revision as of 02:50, 11 July 2014

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"