mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[0023] Use DBC data to set the correct amount of hp and mana based on player level and class. Patch by Subv
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
6092ba754f
commit
0d7006dd23
12 changed files with 48 additions and 142 deletions
|
|
@ -1058,6 +1058,16 @@ struct GtRegenMPPerSptEntry
|
|||
float ratio;
|
||||
};
|
||||
|
||||
struct GtOCTBaseHPByClassEntry
|
||||
{
|
||||
float ratio;
|
||||
};
|
||||
|
||||
struct GtOCTBaseMPByClassEntry
|
||||
{
|
||||
float ratio;
|
||||
};
|
||||
|
||||
/*struct HolidayDescriptionsEntry
|
||||
{
|
||||
uint32 ID; // 0, m_ID this is NOT holiday id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue