mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Client] Remove unimplemented Client Insight Method. (#2663)
* [Cleanup] Remove unused Insight Method, and cleanup Magic Numbers * change emu->NPC back to 0, not Doug
This commit is contained in:
+1
-1
@@ -2953,7 +2953,7 @@ int Mob::CheckStackConflict(uint16 spellid1, int caster_level1, uint16 spellid2,
|
||||
LogSpells("Spells the same but newer is higher or equal level, overwriting");
|
||||
return 1;
|
||||
}
|
||||
} else if (spellid1 == 2751) {
|
||||
} else if (spellid1 == SPELL_MANA_BURN) {
|
||||
LogSpells("Blocking spell because manaburn does not stack with itself");
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user