diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-02-18 22:39:00 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-02-18 22:39:00 +0100 |
commit | 966b6a4a8dbfc55858a7644e3fbd00f1b6ece8f5 (patch) | |
tree | beed8b618f791c0ce666299a0462894d90a34f83 /src/game/SpellEffects.cpp | |
parent | 31637d4aac6ae2081ccb3db976cab17936019f1a (diff) |
Fix build
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 2a6d7adf84d..73677ccc15f 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6867,3 +6867,4 @@ void Spell::EffectRenamePet(uint32 /*eff_idx*/) return; unitTarget->SetByteValue(UNIT_FIELD_BYTES_2, 2, UNIT_RENAME_ALLOWED); +} |