aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-26Add missing newline.Giuseppe Montesanto
2011-11-26Set right gameobject spawn in Ulduar.Giuseppe Montesanto
2011-11-26SQL: Add SQLs for recent pullShocker
2011-11-26Merge pull request #3889 from Souler/masterShocker
Core/Achievements: Implement "Snakes. Why'd It Have To Be Snakes?"
2011-11-26Core/Mechanics: Armor penetration improvement. Revamp calculation of ↵Chaplain
SPELL_AURA_MOD_TARGET_ARMOR_PCT
2011-11-26SQL: File namings after recent pullsShocker
2011-11-26Merge pull request #3652 from Poli93/masterShocker
Core/Spells: Misery talent should be activated by Mind Flay
2011-11-26Merge pull request #4041 from PKX/remove_obsoleteShocker
Remove obsolete code and spell_groups
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-23DB/Misc: Removed obsolete spell_groupsPKX
Removes some obsolete and wrong spell_groups. Closes #2462, #1519 and #3968
2011-11-23Core/Spells: Removed some obsolete codePKX
This removes some unused and obsolete code: - "Test of Faith" now doesn't increase crit anymore; - same goes for "Renewed Hope" (in addition that code isn't working); - "Ebon Plague" part was deleted from Unit::SpellDamageBonus but not from Unit::MeleeDamageBonus (in addition this code is not working anymore) - "Blessing of Sanctuary" was working only on melee damage, plus this is not the way it should be fixed Signed-off-by: PKX <pkx.icehell@gmail.com>
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