aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
diff options
context:
space:
mode:
authorRat <gmstreetrat@gmail.com>2014-11-11 16:22:31 +0100
committerRat <gmstreetrat@gmail.com>2014-11-11 16:22:31 +0100
commit1918a3be6aedaf7a137e5c6dd8f3c0f791b96a2f (patch)
tree211407137d1ff5d4c4a0f43a1c452f0645f0f0be /src/server/game/Spells/SpellEffects.cpp
parentb978f0286c4ff1f00d4806b332f825df80c0112e (diff)
parent9120eef500bacbe7d54cdf4c5e1e07528854a49a (diff)
Merge pull request #13529 from Intel/talents
Core/Talents: Update talent system, remove talent points. author: Intel
Diffstat (limited to 'src/server/game/Spells/SpellEffects.cpp')
-rw-r--r--src/server/game/Spells/SpellEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
index c383ba0d51f..c3ba18cad2c 100644
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -2049,7 +2049,7 @@ void Spell::EffectSummonType(SpellEffIndex effIndex)
// however so far noone found a generic check to find all of those (there's no related data in summonproperties.dbc
// and in spell attributes, possibly we need to add a table for those)
// so here's a list of MiscValueB values, which is currently most generic check
- switch (properties->Id)
+ switch (properties->ID)
{
case 64:
case 61: