mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10293] Correct a not exitan...non-existin... a word that is often spelled wrong
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
99ac2d43a7
commit
25d9fd265b
43 changed files with 163 additions and 163 deletions
|
|
@ -547,7 +547,7 @@ void Spell::FillTargetMap()
|
|||
{
|
||||
case TARGET_ALL_ENEMY_IN_AREA:
|
||||
// Note: this hack with search required until GO casting not implemented
|
||||
// environment damage spells already have around enemies targeting but this not help in case not existed GO casting support
|
||||
// environment damage spells already have around enemies targeting but this not help in case nonexistent GO casting support
|
||||
// currently each enemy selected explicitly and self cast damage
|
||||
if (m_spellInfo->Effect[i] == SPELL_EFFECT_ENVIRONMENTAL_DAMAGE)
|
||||
{
|
||||
|
|
@ -2741,7 +2741,7 @@ void Spell::cast(bool skipCheck)
|
|||
return;
|
||||
}
|
||||
|
||||
// update pointers base at GUIDs to prevent access to non-existed already object
|
||||
// update pointers base at GUIDs to prevent access to already nonexistent object
|
||||
UpdatePointers();
|
||||
|
||||
// cancel at lost main target unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue