aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
AgeCommit message (Expand)Author
2010-04-30Replace some PQuery/PExecute by more simple Query/ExecuteSpp
2010-04-24Fix compile ¬¬Spp
2010-04-19Remove unused columns from sqlsSpp
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
2010-04-19Remove LOTS of compile warningsSpp
2010-04-18Move around and do some changes to homebinding, thanks to Vladimirclick
2010-04-15Another fix quest flags, Implement support weekly quests cooldowns(Original p...n0n4m3
2010-04-14Drop not needed table 'item_text', add new column 'text' in table 'item_insta...n0n4m3
2010-04-14Fix quest flags, restore work many quests broken after client switch on 3.3.3...n0n4m3
2010-04-13Fix compile warning in ObjectMgr::AddSpellToTrainerSpp
2010-04-12* Set Trinity referenced trainer start entry to 200000Brian
2010-04-11Tab to Spaces and remove of trailing spacesSpp
2010-04-11Fix mail, professions, group loot, console spam, and some fixes. Big thx to T...n0n4m3
2010-04-08Code Style (game + scripts only):Spp
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-04-07Code Style: tab to spacesSpp
2010-04-05* Backed out changeset 44ff24439269Brian
2010-04-05Add option maxPercentHealth to item_required_target to allow setting health p...malcromdev@gmail.com>
2010-03-27Make a function(ToTempSummon()) which can convert Creature to TempSummon with...Anubisss
2010-03-27Implement usage of RewardArenaPoints field in quest_templateMachiavelli
2010-03-25cleanups in vehicle accessories storagesilverice
2010-03-24* Allow the use of referenced trainer / vendor data.Brian
2010-03-23Added support for maximum allowed player level for quests. By Gyullo.Xanadu
2010-03-20Do not use hard coded index in SMSG_QUEST_POI_QUERY_RESPONSE. May be the reso...Machiavelli
2010-03-17Fixed players not being able to resurrect after core crash.Xanadu
2010-03-15Properly implemented CONDITION_ACHIEVEMENT for the DB gossip system.Xanadu
2010-03-14* Backed out changeset ddd823e3e200Brian
2010-03-14* mergeBrian
2010-03-14* Added CONDITION_CLASS / CONDITION_RACE / CONDITION_ACHIEVEMENT forBrian
2010-03-12Move vehicle accesories to DB.Spp
2010-03-10Overlooked ObjectMgr changes to reflect group table structure updates. Fixes ...Machiavelli
2010-03-10Fix crash in group loading.Spp
2010-03-10Removed forgotten nonexistent colums from a query. Thank Aokromes for pointin...Xanadu
2010-03-07fix my typosilver1ce
2010-03-07check creature's base stats table in more proper waysilver1ce
2010-03-02Move initialization of m_GMticketid to avoid random numbers being assigned if...p0wer
2010-03-03changes in creature base stats storagesilver1ce
2010-03-03store unit's level in uint8 formatsilver1ce
2010-03-03add creature expansion checksilver1ce
2010-03-02* Add support for sending quest completion textBrian
2010-02-25Add new flagged column to access_requirement to set instances opened/closed.Tartalo
2010-02-23Through DB you can now disable password changing by non-gm's simply by changi...p0wer
2010-02-23Fix typo in core bootup where it incorrectly displays an error message and re...p0wer
2010-02-18* CRLF to LFBrian