diff options
| author | Gooyeth <Gooyeth@users.noreply.github.com> | 2018-04-02 09:43:48 -0600 |
|---|---|---|
| committer | Ariel Silva <ariel-@users.noreply.github.com> | 2018-04-03 00:36:02 -0300 |
| commit | a04e5f261c77583edf0250bf9c2716e09f7b536b (patch) | |
| tree | 12cc8dd8b69a66afe77dc68bbba7af7160982768 | |
| parent | 59c94b3a7dab2513eb157cdc004f603a859f322a (diff) | |
cosmetic change
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 0e4cba36654..7642b258fb4 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -2946,7 +2946,7 @@ void SpellMgr::LoadSpellInfoCustomAttributes() } } - // add attribute custom to liquid auras + // add custom attribute to liquid auras for (LiquidTypeEntry const* liquid : sLiquidTypeStore) if (liquid->SpellId) { |
