diff options
author | megamage <none@none> | 2008-12-31 11:33:25 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-31 11:33:25 -0600 |
commit | f56e3beb43eaf92c53af78473d87f2ee8d0554b8 (patch) | |
tree | f9a8d940ceb55cd17f58cea9b3c977254713bb8d /src | |
parent | ffa9cda87b43a43357afb8348b151fe939d6d85d (diff) |
*Add a missing sql in 725. By Machiavelli.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CreatureGroups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index 4c6f81cdd77..e008a3f9316 100644 --- a/src/game/CreatureGroups.cpp +++ b/src/game/CreatureGroups.cpp @@ -211,4 +211,4 @@ void CreatureGroup::SetMemberDestination(Creature *member) member->GetMotionMaster()->MovePoint(0, x, y, z); } -}
\ No newline at end of file +} |