aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-23Do not allow an instance map to be created twice if it already exists. Fix ↵megamage
#4018.
2011-11-23Scripts/Naxxramas: Patchwerk's Hateful Strike's timer should be 1s. Shocker
Closes #4036
2011-11-23removed no more needed mixed dbc filesRat
2011-11-23fixed dbc local handlingRat
2011-11-23updated all remaining dbc structuresRat
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-22fixed startup crash while loading instance_encountersRat
2011-11-22-updated all DBC formats, except spell* onesRat
-added dbc.zip (all 4.2.2 files + 3.3.5 spells) -hardcoded map 0's entry for mapdifficulty (dbc has no data for it)
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-21-started updating DBC formats for 14545Rat
-added new dbc files for dev usage
2011-11-21modified base sql to use 14545 as default game versionRat
2011-11-20Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-20Added temperory dbc / db2 filesRat
currently 3.3.5 dbc files are used, except for CurrencyTypes.dbc (was needed to get items working) overwrite/add files in your build/data/dbc directory with these to get server running
2011-11-20Initial Commit for client version change to 4.2.2 (14545)Rat
- added known opcodes (handlers are commented till not updated) - added bitstream support to bytebuffer - updated realm auth for 14545 - updated world auth - fixed char_enum,create,delete handlers - added DB2 reader - added opcode logging to debuglogmask (ignores loglevel) - fixed compile in win64, others not yet tested - using db2 values for item models at char_enum to prevent client crash Lots of Thanks to All SingularityCore Members
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
2011-11-20DB/Quests: adding SAI for quest Rivenwood Captives (11296)Discover
fixes #3648
2011-11-20Db/Quest: added SAI to quest A Carver and a Croaker (11476)Discover
fixes #3649
2011-11-20DB/Quests: adding SAI for quest: The Kettis OffensiveDiscover
fixes #3669
2011-11-20Commit: fix bad date on filenameszxbiohazardzx
2011-11-20Core/Spells: Fix crash in Glyph of RakeMachiavelli
2011-11-20DB/Quest: converted EAI to SAI for quest Maintaining DisciplineDiscover
fixes #3667
2011-11-20DB/Achievements: adding criteria data for G.N.E.R.D. rageDiscover
fixes #3641
2011-11-20DB/Quests: adding SAI fixes Ring of Blood questlineDiscover
fixes #3628
2011-11-20DB/SAI: Brewfest: adding SAI fixes quests: Dire Brew (A&H)Discover
fixes #3616
2011-11-20DB/Quest: added SAI for quest: Jack Likes His DrinkDiscover
fixes #3614
2011-11-20DB/Quests: added SAI for quest: The Might of the HordeDiscover
fixes #3300
2011-11-20Commit: fix the worst.commit.ever (another typofix)zxbiohazardzx
2011-11-20DB/Quest: added Sai for quest: Hard to SwallowDiscover
fixes #3748
2011-11-20DB/Quest: added SAI for quest: Fel SpiritsDiscover
fixes # 3888
2011-11-20DB/Quest: adding sai for Quest: Laying Waste to the UnwantedDiscover
fixes #3911
2011-11-20TabsMachiavelli
2011-11-20Core/Commands: Allow "$home" to be second parameter of .tele name, to ↵thumsoul
teleport players to homebind Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-11-20Core/Units: Revert previous 3 commits about Unit::_IsValidAttackTarget and ↵Machiavelli
Unit::GetReactionn until some conclusive research can be done
2011-11-18Core/LFG: Fix being unable to enter an instance to retrieve body when you ↵Kandera
have 5 or more instances in the database.
2011-11-18Core/Mechanic: Resurrection (fixed the issue with players ressing in place ↵Kandera
then being ported to the person who revived them.)