mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Added component-based patch system (#5070)
This commit is contained in:
@@ -229,11 +229,11 @@ bool Client::Process() {
|
||||
}
|
||||
|
||||
if (song_target == nullptr) {
|
||||
InterruptSpell(SONG_ENDS_ABRUPTLY, 0x121, bardsong);
|
||||
InterruptSpell(SONG_ENDS_ABRUPTLY, Chat::SpellFailure, bardsong);
|
||||
}
|
||||
else {
|
||||
if (!ApplyBardPulse(bardsong, song_target, bardsong_slot)) {
|
||||
InterruptSpell(SONG_ENDS_ABRUPTLY, 0x121, bardsong);
|
||||
InterruptSpell(SONG_ENDS_ABRUPTLY, Chat::SpellFailure, bardsong);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user