aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-31 11:33:25 -0600
committermegamage <none@none>2008-12-31 11:33:25 -0600
commitf56e3beb43eaf92c53af78473d87f2ee8d0554b8 (patch)
treef9a8d940ceb55cd17f58cea9b3c977254713bb8d /src
parentffa9cda87b43a43357afb8348b151fe939d6d85d (diff)
*Add a missing sql in 725. By Machiavelli.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/CreatureGroups.cpp2
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
+}