aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-26Merge pull request #4040 from devilcoredev/fix_004Shocker
[CORE/BOSS] Fix Sapphiron flying phase start.
2011-11-26Core/Misc: Make VMapManager2::acquireModelInstance and releaseModelInstance ↵Machiavelli
thread safe Closes #4086
2011-11-26Core/DBLayer: Yet Another Typo Fix To Player::SaveToDB()Nay
2011-11-26Core/DBLayer: Fix player savingMachiavelli
2011-11-26Add SQL to previous commit (5a4636c145cc5e) *facepalms*Nay
Correct a DB error in quest_template for quest 14171 (Thanks Bizzy)
2011-11-26Core|DB/Quests: Rename and re-order fields in `quest_template` table, for ↵Nay
the sake of consistency Order should match SMSG_QUEST_QUERY_RESPONSE
2011-11-26Core/DB: Fix character creation in Player::SaveToDB.kaelima
And some misc comments/whitespaces
2011-11-25Merge branch 'master' of github.com:TrinityCore/TrinityCoreShocker
2011-11-25Core/Player: Typo in player flagsShocker
2011-11-25Core/DB: Fix a typo in commit 72675d55d821e0648c53d53d78a1 Nay
Closes #4068
2011-11-25DB/Creature: Delete a very high guid and insert a lower oneNay
*slaps someone*
2011-11-25Core/DBLayer: Use prepared statements in Player::SaveToDB. Also split the ↵Machiavelli
function up between an INSERT part (new character creation) and UPDATE part (existing character).
2011-11-25DB/Quests: Fix Junkboxes Needed class requirementsNay
Closes #509
2011-11-25Core/Quests: Add new field RequiredClasses for quest_template Credits toStalker_Riddick
NoFantasy. * SkillOrClass is converted to RequiredSkill (and then field can contain skill id only) * Field ZoneOrSort has no longer a function in quest requirement, and RequiredClasses must be used instead where class limits are expected. To restrict a quest to one class or more, use bitmask of class in RequiredClasses. RequiredSkill works like before. Signed-off-by: NoFantasy <nofantasy@nf.no> Signed-off-by: Stalker_Riddick <nenad_kuza@hotmail.com>
2011-11-24Core/DisableMgr: Fixed spells disablesShocker
2011-11-24Core/Pets: Fix pet saving typo from recent cleanups (spotted by Nay)Shocker
2011-11-24DVCS: Added any type of build directory to gitignoreShauren
2011-11-23Forgot to delete files after copying them to 'sql/old'Nay
Fail count is high tonight...
2011-11-23DB: TDB 43: Move SQL updates to the old directoryTDB335.11.44Nay
2011-11-23Core/DisableMgr: Fixed possible crashes at startupShauren
2011-11-23Remove a check which always returns true. Correct me if I am wrong.megamage
2011-11-23Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of ↵Shauren
the same name in outer scope. from previous commit
2011-11-23Do not allow base map be accessed from outside if map is instanceable.megamage
2011-11-23Revert 2f83db28f2a11384e1b818b1d5d42d0d87111172. Note that here we only want ↵megamage
to check baseMap->canEnter, but not instanceMap->canEnter. Thanks to SignFinder.
2011-11-23Remove unnecessary const_cast<Map*>.megamage
2011-11-23Clean up very some confusing MapManager functions (create/find map/base map).megamage
2011-11-23Fix build.megamage
2011-11-23Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ↵Shauren
of the same name in outer scope.)
2011-11-23Core: Fixed a few warnings and silly typos in scriptsShauren
2011-11-23Do not allow an instance map to be created twice if it already exists. Fix ↵megamage
#4018.
2011-11-23Fix Sapphiron flying phase start.Giuseppe Montesanto
2011-11-23Scripts/Naxxramas: Patchwerk's Hateful Strike's timer should be 1s. Shocker
Closes #4036
2011-11-23Merge pull request #3988 from kandera/tempbranch2Shocker
Core/Mechanic: Resurrection (fixed the issue with players ressing in pla...
2011-11-23Scripts/Icecrown Citadel: Corrected an overlooked frenzy spam by Shambling ↵Shauren
Horrors on heroic mode (does not change anything in the fight)
2011-11-22Core/Units: Second part of SMSG_MOVE_SET_COLLISION_HGT implementation: ↵Machiavelli
compute proper collision height according to client formulae and send this to the client when mounting up.
2011-11-22Core/Opcodes: Change status of CMSG_MOVE_SET_COLLISION_HGT_ACK to Unhandled ↵Spp
to kill spam log
2011-11-22Core/Packets: Allow CMSG_MOVE_SET_COLLISION_HGT_ACK to be received from the ↵Machiavelli
client (currently unhandled)
2011-11-21DB/Event/Pilgrim: Partially fix food tablesNay
2011-11-21DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (A)Nay
2011-11-21Merge pull request #3421 from Chipsi/mastermegamage
Core/Items: Added case for Darkmoon Card: Madness trinket
2011-11-21Merge pull request #3990 from kandera/lfgfixmegamage
Core/LFG: Fix being unable to enter an instance to retrieve body when yo...
2011-11-21Fix the correct exit from the dungeon finder queue.megamage
By Giuseppe Montesanto Conflicts: src/server/game/DungeonFinding/LFGScripts.cpp
2011-11-21Core/Units: Partial implementation of SMSG_MOVE_SET_COLLISION_HGT - send ↵Machiavelli
proper character collision height on dismount. Fixes #2642 NOTE: Still have to properly implement collision height calculation for mounting up.
2011-11-21DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (H)Nay
2011-11-21DB/Event/Pilgrim: Fix achievement "Turkey Lurkey". By Vincent-MichaelNay
Closes #3994
2011-11-21DB/Event/Pilgrim: Add item and mail reward to the "Pilgrim" achievement (A/H)Nay
2011-11-21DB: Fix DB startup errorsNay
*slaps someone* Closes #4016
2011-11-20DB/Quest: adding SAI for quests: Cleansing of the Orb of Orahil, Mana SurgesDiscover
fixes #3670
2011-11-20DB/Commit: Revert 2011_11_20_11_world_sai.sqlzxbiohazardzx
2011-11-20DB/Quest: adding SAI for quest Elixir of PainDiscover
fixes #3668