diff options
-rw-r--r-- | sql/updates/733_characters.sql | 1 | ||||
-rw-r--r-- | src/game/CreatureGroups.cpp | 2 |
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 +} |