mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-04 01:52:26 +00:00
[Bots] Resolve incorrect values on Bot Creation (#2644)
This commit is contained in:
parent
bca04b969f
commit
0fd4d82553
@ -70,6 +70,9 @@ Bot::Bot(NPCType *npcTypeData, Client* botOwner) : NPC(npcTypeData, nullptr, glm
|
|||||||
RestRegenHP = 0;
|
RestRegenHP = 0;
|
||||||
RestRegenMana = 0;
|
RestRegenMana = 0;
|
||||||
RestRegenEndurance = 0;
|
RestRegenEndurance = 0;
|
||||||
|
m_enforce_spell_settings = 0;
|
||||||
|
m_bot_archery_setting = 0;
|
||||||
|
m_expansion_bitmask = -1;
|
||||||
SetBotID(0);
|
SetBotID(0);
|
||||||
SetBotSpellID(0);
|
SetBotSpellID(0);
|
||||||
SetSpawnStatus(false);
|
SetSpawnStatus(false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user