mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Fixed typo in SpellMgr::GetSpellAllowedInLocationError. This should fix problems with flasks and elixirs using.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
e30f8dd816
commit
9f5eee701a
1 changed files with 1 additions and 1 deletions
|
|
@ -2304,7 +2304,7 @@ uint8 GetSpellAllowedInLocationError(SpellEntry const *spellInfo,uint32 map_id,u
|
|||
}
|
||||
|
||||
// elixirs not have another limitations
|
||||
return true;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue