mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-17 14:52:25 +00:00
[Hotfix] Fix issue with Bot Loading with 0 Health causing buffs to be lost. (#2552)
This commit is contained in:
parent
0003f6f863
commit
5173a9179b
@ -452,9 +452,9 @@ bool BotDatabase::LoadBot(const uint32 bot_id, Bot*& loaded_bot)
|
|||||||
std::stoul(row[17]), // Beard Color
|
std::stoul(row[17]), // Beard Color
|
||||||
std::stoul(row[18]), // Drakkin Heritage
|
std::stoul(row[18]), // Drakkin Heritage
|
||||||
std::stoul(row[19]), // Drakkin Tattoo
|
std::stoul(row[19]), // Drakkin Tattoo
|
||||||
std::stoul(row[19]), // Drakkin Details
|
std::stoul(row[20]), // Drakkin Details
|
||||||
std::stoi(row[20]), // Health
|
std::stoi(row[21]), // Health
|
||||||
std::stoi(row[21]), // Mana
|
std::stoi(row[22]), // Mana
|
||||||
d->MR,
|
d->MR,
|
||||||
d->CR,
|
d->CR,
|
||||||
d->DR,
|
d->DR,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user