aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-06Fix a crash in boss_zuramatAI. Closes #460Machiavelli
--HG-- branch : trunk
2009-12-06Better way to fix crash in Chromagus script. by hyriuu. Closes #650Machiavelli
--HG-- branch : trunk
2009-12-06Fix Instructor Razuvious' Jagged Knife spell. Patch by elron103. Closes #644Machiavelli
--HG-- branch : trunk
2009-12-06Do not delete realm first achievements from character_achievement in ↵Machiavelli
Player::DeleteFromDB. NOTE: These achievements have flags & 256 in DBC. The IDs are currently excluded in the SQL delete query, hard coded. Might be room for improvement down the road. --HG-- branch : trunk
2009-12-06Fix typo in stormwind.cpp, thanks announce.maanuel
--HG-- branch : trunk
2009-12-06Support for quest The Amphitheater of Anguish: Korrak the Bloodrager! Q12936maanuel
--HG-- branch : trunk
2009-12-06Wintergrasp .wg command fixes. Closes #442spp
* .wg timer: limit to 1-60 wartime and 1-2440 not wartime * .wg switch: timer will not be reset. --HG-- branch : trunk
2009-12-06Add some checks to prevent guild bank crashes. Closes #646spp
--HG-- branch : trunk
2009-12-06Fix a possible crash with No Fly Zone and Parachute spellsspp
--HG-- branch : trunk
2009-12-04Fly aura removal by No Fly Zone spell when it finish, not when it's ↵spp
unapplied. Closes #633 --HG-- branch : trunk
2009-12-06Fix a crash related to bags (infinite recursive call). closes #581spp
--HG-- branch : trunk
2009-12-03Wintergrasp: Removal of hardcoded events (Titan relic)Spp
--HG-- branch : trunk
2009-12-06Fix a crash in creature respawn, closes #566spp
--HG-- branch : trunk
2009-12-06Some area flag fixes:spp
- Krasus Landing (Dalaran) - The Forlorn Mine (Storm Peaks) - Boulderslide Cavern (Stonelaton Mountains) - Palemane Rock (Mulgore) --HG-- branch : trunk
2009-12-06Support for quest The Amphitheater of Anguish: Tuskarrmageddon! Q12935maanuel
--HG-- branch : trunk
2009-12-05Support for quest "The Attack" Q434maanuel
--HG-- branch : trunk
2009-12-06Better way to fix 6416, with help from Maximius.Machiavelli
--HG-- branch : trunk
2009-12-05Remove hack added in 6413. Fixes crash.Machiavelli
--HG-- branch : trunk
2009-12-05Add function to change orientation or set in front of some unit. It also ↵Kudlaty
send packet with move update, so client also will see that creature change orientation. --HG-- branch : trunk
2009-12-05Fix iterator related crash for some windows debug builds in ↵Machiavelli
LootTemplate::LooutGroup::Process. --HG-- branch : trunk
2009-12-02Teleport in-dungeon players to recall position when difficulty changes to ↵tartalo
avoid an exploit. Closes #58 --HG-- branch : trunk
2009-12-02Fix switch logic (I forgot a break; on a previous commit)tartalo
--HG-- branch : trunk
2009-12-01Fix No Fly Zone, by Spp. Closes #574tartalo
--HG-- branch : trunk
2009-12-01Wintergrasp: Fix Custom Honor rewards, by Spp. Closes #432tartalo
--HG-- branch : trunk
2009-12-01Implement No Fly Zone using Spell, by Spp. Needs db support. Closes #494tartalo
--HG-- branch : trunk
2009-12-01Fix area flag problem, by Spp: Dalaran. Closes #509tartalo
--HG-- branch : trunk
2009-12-01Fix area flag problem, by Spp: The Forlorn Mine. Closes #567tartalo
--HG-- branch : trunk
2009-11-30Fix some issues with fishing. Closes #421, patch by make_the_kingMachiavelli
--HG-- branch : trunk
2009-11-29Fix crash in script for quest Trolls is gone crazyKudlaty
--HG-- branch : trunk
2009-11-29Fix possible crashKudlaty
--HG-- branch : trunk
2009-11-29Fix typo.Kudlaty
--HG-- branch : trunk
2009-11-28Fix Says issuses in quest The AffrayKudlaty
Patch by maanuel. Fix by Unholy --HG-- branch : trunk
2009-11-28Fix quest 5282, The Restless Souls. #423Kudlaty
Patch by elron103 --HG-- branch : trunk
2009-11-28Should fix crash with chromaggus. #472Kudlaty
patch by footman --HG-- branch : trunk
2009-11-28patch to support quest The Art of Persuasion #503Kudlaty
patch by maanuel --HG-- branch : trunk
2009-11-28Fix spell Neural Needle. #502Kudlaty
Patch by maanuel --HG-- branch : trunk
2009-11-28Apply code style to zuldrak.cppKudlaty
--HG-- branch : trunk
2009-11-28Fix quest 12861.Kudlaty
Objective is to cast spell on creature, not kill --HG-- branch : trunk
2009-11-28Add option to cmake if should compile with multi thread maps or not.Kudlaty
Usage with: -DUSE_MULTI_THREAD_MAP=true (this will compile with multi thread maps --HG-- branch : trunk
2009-11-28Shuld fix quest The Light of Dawn ( #85 ), and some escort that use ↵Kudlaty
STATE_ESCORT_PAUSED --HG-- branch : trunk
2009-11-27Apply #249. [FIX] Sartharion - Achievements & Will of SartharionKudlaty
patch for Obsidiam Sanctum, about Achievements if you make the encounter wiht 1, 2 or 3 dragons alive. And fix a function call, aggro->EnterCombat Patch by gyullo --HG-- branch : trunk
2009-11-27Apply #391.Kudlaty
Fix typo and possible crash. Patch by trazom. In previous patch i forgot to mention about Azazel, sorry and thx for patch --HG-- branch : trunk
2009-11-27Apply #127.Kudlaty
Fix: Correct enum initialization phase value Patch by Vladmimír Lipták --HG-- branch : trunk
2009-11-27Apply #493. This add support for quest Adbuction.Kudlaty
Patch by maanuel --HG-- branch : trunk
2009-11-27Apply #456Kudlaty
Removed Essence of Wintergrasp from OutdoorPvP and implementation using the spell system. This will affect Wintergrasp and all Northrend zones, dungeons and raids. Note: need database support. Patch by Spp --HG-- branch : trunk
2009-11-27Apply #413Kudlaty
Implementation of Ring of Valor (Orgrimmar Arena) Patch by Spp and Opterman --HG-- branch : trunk
2009-11-27Apply #412.Kudlaty
Add support to gameobject type Transport (11) that should stop like Orgrimmar arena Elevators or pilars. Patch by Spp and Opterman --HG-- branch : trunk
2009-11-26* Remove empty header fileBrian
--HG-- branch : trunk
2009-11-26* Removed empty header fileBrian
--HG-- branch : trunk
2009-11-26* Removed empty header fileBrian
--HG-- branch : trunk