mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Updated DBC structure.
This commit is contained in:
parent
c86290fa50
commit
6440087588
3 changed files with 2 additions and 5 deletions
|
|
@ -939,6 +939,7 @@ struct HolidaysEntry
|
||||||
//uint32 unk51; // 51
|
//uint32 unk51; // 51
|
||||||
//uint32 unk52; // 52
|
//uint32 unk52; // 52
|
||||||
//uint32 unk53; // 53
|
//uint32 unk53; // 53
|
||||||
|
//uint32 unk54; // 54
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ItemEntry
|
struct ItemEntry
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ const char GtOCTRegenHPfmt[]="f";
|
||||||
//const char GtOCTRegenMPfmt[]="f";
|
//const char GtOCTRegenMPfmt[]="f";
|
||||||
const char GtRegenHPPerSptfmt[]="f";
|
const char GtRegenHPPerSptfmt[]="f";
|
||||||
const char GtRegenMPPerSptfmt[]="f";
|
const char GtRegenMPPerSptfmt[]="f";
|
||||||
const char Holidaysfmt[]="nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
|
const char Holidaysfmt[]="nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
|
||||||
const char Itemfmt[]="nixiiiii";
|
const char Itemfmt[]="nixiiiii";
|
||||||
const char ItemBagFamilyfmt[]="nxxxxxxxxxxxxxxxxx";
|
const char ItemBagFamilyfmt[]="nxxxxxxxxxxxxxxxxx";
|
||||||
//const char ItemDisplayTemplateEntryfmt[]="nxxxxxxxxxxixxxxxxxxxxx";
|
//const char ItemDisplayTemplateEntryfmt[]="nxxxxxxxxxxixxxxxxxxxxx";
|
||||||
|
|
|
||||||
|
|
@ -1106,7 +1106,6 @@ Rate.Talent = 1
|
||||||
Rate.Reputation.Gain = 1
|
Rate.Reputation.Gain = 1
|
||||||
Rate.Reputation.LowLevel.Kill = 1
|
Rate.Reputation.LowLevel.Kill = 1
|
||||||
Rate.Reputation.LowLevel.Quest = 1
|
Rate.Reputation.LowLevel.Quest = 1
|
||||||
|
|
||||||
Rate.InstanceResetTime = 1
|
Rate.InstanceResetTime = 1
|
||||||
SkillGain.Crafting = 1
|
SkillGain.Crafting = 1
|
||||||
SkillGain.Defense = 1
|
SkillGain.Defense = 1
|
||||||
|
|
@ -1128,7 +1127,6 @@ Death.CorpseReclaimDelay.PvE = 1
|
||||||
Death.Bones.World = 1
|
Death.Bones.World = 1
|
||||||
Death.Bones.BattlegroundOrArena = 1
|
Death.Bones.BattlegroundOrArena = 1
|
||||||
|
|
||||||
|
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
# BATTLEGROUND CONFIG
|
# BATTLEGROUND CONFIG
|
||||||
#
|
#
|
||||||
|
|
@ -1171,7 +1169,6 @@ Battleground.InvitationType = 0
|
||||||
BattleGround.PrematureFinishTimer = 300000
|
BattleGround.PrematureFinishTimer = 300000
|
||||||
BattleGround.PremadeGroupWaitForMatch = 1800000
|
BattleGround.PremadeGroupWaitForMatch = 1800000
|
||||||
|
|
||||||
|
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
# ARENA CONFIG
|
# ARENA CONFIG
|
||||||
#
|
#
|
||||||
|
|
@ -1221,7 +1218,6 @@ Arena.QueueAnnouncer.Enable = 0
|
||||||
Arena.ArenaSeason.ID = 1
|
Arena.ArenaSeason.ID = 1
|
||||||
Arena.ArenaSeason.InProgress = 1
|
Arena.ArenaSeason.InProgress = 1
|
||||||
|
|
||||||
|
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
# NETWORK CONFIG
|
# NETWORK CONFIG
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue