diff options
author | megamage <none@none> | 2009-05-08 18:47:27 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-08 18:47:27 -0500 |
commit | e85e4c386b76e345cf615c743a3268408d72bffb (patch) | |
tree | 59cc055dd1497363fbaff40a8996287080a73af8 /src/game/SpellEffects.cpp | |
parent | 6fbebffbafc123b4948ad23303743e2b10f2ded4 (diff) |
[7796] Implement .lookup taxinode and .go taxinode commands. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 14b012b6f73..c411ea69bff 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6534,4 +6534,4 @@ void Spell::EffectRenamePet(uint32 /*eff_idx*/) return; unitTarget->SetByteValue(UNIT_FIELD_BYTES_2, 2, UNIT_RENAME_ALLOWED); -} +}
\ No newline at end of file |