mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07: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
|
|
@ -301,7 +301,7 @@ void GameObject::Update(uint32 /*p_time*/)
|
|||
}
|
||||
else // environmental trap
|
||||
{
|
||||
// environmental damage spells already have around enemies targeting but this not help in case not existed GO casting support
|
||||
// environmental damage spells already have around enemies targeting but this not help in case nonexistent GO casting support
|
||||
|
||||
// affect only players
|
||||
Player* p_ok = NULL;
|
||||
|
|
@ -1192,7 +1192,7 @@ void GameObject::Use(Unit* user)
|
|||
return;
|
||||
|
||||
spellId = info->summoningRitual.spellId;
|
||||
if (spellId == 62330) // GO store not existed spell, replace by expected
|
||||
if (spellId == 62330) // GO store nonexistent spell, replace by expected
|
||||
{
|
||||
// spell have reagent and mana cost but it not expected use its
|
||||
// it triggered spell in fact casted at currently channeled GO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue