mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Implement cast_not_standing and fix Cazic Touch
No idea why this spell field does this, but that's what the client is doing with it ...
This commit is contained in:
+1
-1
@@ -1116,7 +1116,7 @@ bool IsCastWhileInvis(uint16 spell_id)
|
||||
if (!IsValidSpell(spell_id))
|
||||
return false;
|
||||
const auto &spell = spells[spell_id];
|
||||
if (spell.sneak)
|
||||
if (spell.sneak || spell.cast_not_standing)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user