*Add a missing sql in 725. By Machiavelli.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-31 11:33:25 -06:00
parent ffa9cda87b
commit f56e3beb43
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE gm_tickets ADD `name` varchar(15) NOT NULL AFTER `playerGuid`;

View File

@@ -211,4 +211,4 @@ void CreatureGroup::SetMemberDestination(Creature *member)
member->GetMotionMaster()->MovePoint(0, x, y, z);
}
}
}