aboutsummaryrefslogtreecommitdiff
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
parentffa9cda87b43a43357afb8348b151fe939d6d85d (diff)
*Add a missing sql in 725. By Machiavelli.
--HG-- branch : trunk
-rw-r--r--sql/updates/733_characters.sql1
-rw-r--r--src/game/CreatureGroups.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/733_characters.sql b/sql/updates/733_characters.sql
new file mode 100644
index 00000000000..d078529074e
--- /dev/null
+++ b/sql/updates/733_characters.sql
@@ -0,0 +1 @@
+ALTER TABLE gm_tickets ADD `name` varchar(15) NOT NULL AFTER `playerGuid`; \ No newline at end of file
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
+}