aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-01Fix instance load broken by me in 8c4b824176Spp
--HG-- branch : trunk
2010-05-01Add support for quest 10512 (Getting the Bladespire Tanked)click
Patch by supabad - closes issue #1217 --HG-- branch : trunk
2010-05-01Add support for quest 12688 (Engineering a Disaster) - patch by supabadclick
Closes issue #982 --HG-- branch : trunk
2010-05-01Add support for quest 1440 (Return to Vahlarriel) - patch by Supabadclick
Closes issue #323 --HG-- branch : trunk
2010-05-01Fix recipe-learning in Raozrofen Down (cooking/alchemy) - patch by PrinceCreedclick
Closes issue #1009 --HG-- branch : trunk
2010-05-01Add support for quest 11626 (The Emissary) - patch by antihrists (thanks)click
Closes issue #1061 --HG-- branch : trunk
2010-05-01Add support for sorting vendor itemlistsclick
--HG-- branch : trunk
2010-05-01Fix broken vendorsclick
Fixes issue #1952 --HG-- branch : trunk
2010-05-01Correction in scripts (m_creature -> me) - fixes #1954click
(Also corrects some old scripts that seems to have been done the same way) --HG-- branch : trunk
2010-05-01Add support for quest 9446 (Tomb of the Lightbringer) - closes #197click
Patch by Supabad --HG-- branch : trunk
2010-04-30Add support for quest 12832 (Bitter Departure) - closes issue #804click
Patch by supabad --HG-- branch : trunk
2010-04-30Add support for daily quest "Overwhelmed!" (quest 12288)click
Patch by Supabad (thank you) --HG-- branch : trunk
2010-04-30Add support for vendors selling the same items with different extendedCost - ↵click
original code by Vladimir (thanks mate) Closes issue #1756 --HG-- branch : trunk
2010-04-30Clean up in item refund related code.Machiavelli
--HG-- branch : trunk
2010-04-30Fix compile.Spp
(Not a good idea to test something and push another file) --HG-- branch : trunk
2010-04-30* Fix CRLF.XTZGZoReX
--HG-- branch : trunk
2010-04-30DragonBlight: Script for Quest 12321 (A Righteous Sermon)Spp
Patch by Supabad Closes issue 314 --HG-- branch : trunk
2010-04-30Implementation of Tabard vendorSpp
Patch by etznab Closes issue 908 --HG-- branch : trunk
2010-04-30Fix trap spell casting.Spp
Improved version of Supabad's patch Closes issue 1910. --HG-- branch : trunk
2010-04-30Silithus: Fix event for quest 8519Spp
Patch by "kb_z" Closes issue 177 --HG-- branch : trunk
2010-04-30Replace some PQuery/PExecute by more simple Query/ExecuteSpp
Original patch by hunuza, extended to whole code Closses issue 1446 --HG-- branch : trunk
2010-04-30Fix Death Pact, by HavenardSpp
Closes issue 1658 --HG-- branch : trunk
2010-04-30Fix crash when summoning minions (introduced in vanitypet-fix)click
--HG-- branch : trunk
2010-04-30Block battleground-flag from being picked up while player is on a vehicleclick
Fix by Scazzato - closes issue #1161 --HG-- branch : trunk
2010-04-29* Properly dismiss vanitypets (implements use of CMSG_DISMISS_CRITTER)click
Some small code cleanups --HG-- branch : trunk
2010-04-29Warning FixesSpp
Code Style cleanup Fix linux compile --HG-- branch : trunk
2010-04-29Update/Fix some opcode names.Spp
Patch by Zor --HG-- branch : trunk
2010-04-29*implemented 'empty' VehicleAIRat
NOTE: VehicleAI::UpdateAI runs even while the vehicle is mounted! --HG-- branch : trunk
2010-04-29Fix FoS/Bronjham script.Trazom62
Fixes issue #1895. - summon corrupted soul fragment when Corrupt Soul completes. - update corrupted soul fragment script. - remove Heroic spell definition. They are defined in SpellDifficulty.dbc. --HG-- branch : trunk
2010-04-29Added handler to all opcodes that didn't have anySpp
--HG-- branch : trunk
2010-04-29Add missing change in rev: 8012Spp
--HG-- branch : trunk
2010-04-29Don´t inherit refund data when cloning when original item is not refundable.Machiavelli
--HG-- branch : trunk
2010-04-29Fix Shaman totem bars and Call of the Elements/Spirits/AncestorsMachiavelli
--HG-- branch : trunk
2010-04-28Fix weekly reset time being updated twiceSpp
Patch by NoFantasy --HG-- branch : trunk
2010-04-28Fix weekly reset time initialization.Spp
If timer in the past update to current time --HG-- branch : trunk
2010-04-28Fix arena point distribution time initialization.Spp
If timer in the past update to current time Thanks to "p.alexej" for pointing it out. --HG-- branch : trunk
2010-04-28Partial revert of 6ab9e720f3d2fca8bfe14b2ba857008cf018e0cd, thanks click and ↵Machiavelli
Liberate for talking sense into me. Only load 1 spec in memory at a time. Also fixes totem bar loading due to a typo. --HG-- branch : trunk
2010-04-28Fix item vendor refund for stackable items.Machiavelli
--HG-- branch : trunk
2010-04-28Remove a remnant from debugging code from prev. commit. (sorry)Machiavelli
--HG-- branch : trunk
2010-04-28Fix action buttons sent to client when swapping between talent specs. ↵Machiavelli
Storage related parts by Hunuza (MaNGOS), big thanks. --HG-- branch : trunk
2010-04-10BG: Ignore min player limit while in debug modeAlex Bolotsin
Patch by AntiDiavol closes issue 1581 --HG-- branch : trunk
2010-04-28Fix Arena autodistribution interval time shiftSpp
Patch by leak Closses issue 1703 --HG-- branch : trunk
2010-04-28Fix SMSG_AUTH_RESPONSE when queue is full.Spp
Patch by Gian --HG-- branch : trunk
2010-04-27Fix timed achievement checks for boss killed in instance.Trazom62
Requires DB update. --HG-- branch : trunk
2010-04-27Implement support of Timed Achievement. Thanks Shauren.Trazom62
Fixes issue #1431. --HG-- branch : trunk
2010-04-27Implement Opcode SMSG_CORPSE_NOT_IN_INSTANCESpp
--HG-- branch : trunk
2010-04-26Fixed weekly quest reset by Gyullo._manuel_
--HG-- branch : trunk
2010-04-26Fix Scourge Strike. Thanks Havenard.Trazom62
Fixes issue #1668. - additional damage is now done properly as shadow damage and no longer as additional physical damage. --HG-- branch : trunk
2010-04-26Remove a remnant from some local testcode (damn, I'm sure I had removed it - ↵click
it's not even related to the previous fix) --HG-- branch : trunk
2010-04-26Properly relearn talents/spells when changing active specialization - also ↵click
relearn the spells that require this talent Fixes issue #907 - Patch by liberate --HG-- branch : trunk