mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 18:41:29 +00:00
Removal of test msg
This commit is contained in:
parent
38c5c79218
commit
e78d91104c
@ -5254,7 +5254,6 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) {
|
|||||||
// For effects like gift of mana that only fire once, save the spellid into an array that consists of all available buff slots.
|
// For effects like gift of mana that only fire once, save the spellid into an array that consists of all available buff slots.
|
||||||
if(buff_tracker >= 0 && buffs[buff_tracker].numhits > 0) {
|
if(buff_tracker >= 0 && buffs[buff_tracker].numhits > 0) {
|
||||||
m_spellHitsLeft[buff_tracker] = focusspell_tracker;
|
m_spellHitsLeft[buff_tracker] = focusspell_tracker;
|
||||||
Shout("SET FOCUS SPELLL TRACKER ARRAY [%i]", m_spellHitsLeft[buff_tracker]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user