aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-01Fix Script DrakTharon/Trollgore.Trazom62
- fix adds spawn points. - fix achievement Consumption Junction. --HG-- branch : trunk
2010-02-01Fix quest : Death From Above. Thanks clement.roussel for original patch.Trazom62
Fixes issue #592. --HG-- branch : trunk
2010-02-01*drop spell_elixir tableQAston
*add spell_group table for storage of groups of spell (kinda obvious, isn't it?) and populate the table with converted spell_elixir table data *the table is going to be maintained by core team *fix percentage display at spell_ranks table loading *add TARGET_UNIT_CASTER to allowed learn spell targets in npc_trainer table, thanks to Aokromes for noticing the issue. --HG-- branch : trunk
2010-02-01Use normal ace thread mutexthenecromancer
--HG-- branch : trunk
2010-02-01Use recursive thread mutex for SQL transaction queuethenecromancer
--HG-- branch : trunk
2010-02-01Fixed npc issue after mind control by PrinceCreed. Closes issue 229._manuel_
--HG-- branch : trunk
2010-02-01Removed tabs. Please if you make a patch make it with out tabs, use 4 spaces._manuel_
--HG-- branch : trunk
2010-01-31Closes issue 565. Implemented script for wormhole by make_the_king. For a ↵_manuel_
full fix see TDB Forums New Fix Submissions > Core related DB content. --HG-- branch : trunk
2010-01-31Fix Glyph of Power Word: ShieldTrazom62
Heal was given twice: - once when PW:S is applied (see SpellAuras.cpp line 982). - once when damage is actually absorbed. The blizz way is to heal when PW:S is applied. --HG-- branch : trunk
2010-01-31Fix Metagem bug exploit. Thanks Azazel and p.alexej.Trazom62
Fixes issue #579. Fixes issue #453. --HG-- branch : trunk
2010-01-31*Add support for spells in npc_trainer table with multiple ↵QAston
SPELL_EFFECT_LEARN_SPELL, this fixes problems with learning such spells from trainers. --HG-- branch : trunk
2010-01-31Fix Script Violet Hold/Ichoron.Trazom62
Fixes issue #33. - implement Dehydration achievement - go frenzy at 25% health and no longer cast bubble - loose health when water elements are killed (3%. may still need to be adjusted). - use spawn loc for adds --HG-- branch : trunk
2010-01-30Fix crash in SelectTargetListTrazom62
Fixes issue #578. --HG-- branch : trunk
2010-01-30Remove unnecesary item enchants checksSpp
By Az@zel Closes issue #382 --HG-- branch : trunk
2010-01-30*Update spell_script_target table validation.QAston
--HG-- branch : trunk
2010-01-30AuctionHouse: Use MailDeliveryDelay config value at mail cash deliverySpp
Thanks to MrSmite Closes issue #485 --HG-- branch : trunk
2010-01-30*Add error checks at spell_required table loadingQAston
*Allow spell_required table to store more than 1 spell learn requirement for a spell *spell_required table data is removed from world.sql and since this commit the data for it should be maintained by db project you're using. --HG-- branch : trunk
2010-01-30* Fixed the console in Linux so the prompt doesn't get hung, that was soBrian
* annoying. Original idea by stump --HG-- branch : trunk
2010-01-30* Set the default spawntimesecs for creatures / gameobjects added in game to ↵Brian
5 minutes * Was 25 seconds * Thanks Paradox --HG-- branch : trunk
2010-01-30Fix Script Naxxramas/KelThuzad. Thanks scarymovie87 for pointing out the ↵Trazom62
issue in previous patch. - frost blast shall target MT in 25-mode only. --HG-- branch : trunk
2010-01-30*Fix the dead loop in Player::removeSpell, or at least optimize the cycle.QAston
--HG-- branch : trunk
2010-01-30Add support to time remaining display in WSGthenecromancer
--HG-- branch : trunk
2010-01-30* Revert [7239]. Research/code was wrong - caused wrong corpse position.XTZGZoReX
--HG-- branch : trunk
2010-01-30Fix error with undeclared namethenecromancer
--HG-- branch : trunk
2010-01-30*Do not check for charminfo->petnumber when responding to Pet name querythenecromancer
*Send Unknown if pet is not found by object accessor --HG-- branch : trunk
2010-01-30*Fix second crash in the opcode handler.QAston
--HG-- branch : trunk
2010-01-30*Fix a crash in CORPSE_MAP_POSITION_RESPONSE handler.QAston
--HG-- branch : trunk
2010-01-29* Merge - screw you, Brian!XTZGZoReX
--HG-- branch : trunk
2010-01-29* Implement ↵XTZGZoReX
CMSG_CORPSE_MAP_POSITION_QUERY/CMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE opcodes. Thanks to: Ceris, Lightguard, raczman for helping with research/code. * Fix SMSG_QUERY_TIME_RESPONSE use/structure. Patch/research by TOM_RUS. --HG-- branch : trunk
2010-01-29* Changed the default security levels for some commandsBrian
* Deleted no longer used loadscripts command * Updated security levels in the command table to match defaults in the core --HG-- branch : trunk
2010-01-29* Added check in ObjectMgr to allow RewSpellCast=-1. Thanks QAstonBrian
--HG-- branch : trunk
2010-01-29MergeTrazom62
--HG-- branch : trunk
2010-01-29Fix UnitAI::SelectTarget: avoid erasing player from the threadlist.Trazom62
--HG-- branch : trunk
2010-01-29Fix Script Naxxramas/Kel'thuzad. Thanks tbaart.Trazom62
Fixe issue #321. - frost blast shall not target MT. --HG-- branch : trunk
2010-01-29Fix Script Naxxramas/Maexxna. Thanks Scarymovie87.Trazom62
Fixe issue #162. - Add an repeating event for Frenzy, spell only lasts 10 minutes - Added comments for missing texts - Code style : Changed "return;"s to "break;"s in switch-case - Code style : Move code of AI of Wrap Webs from mob_generic_creature.cpp into boss_maexxna.cpp file, since it belongs to the fight --HG-- branch : trunk
2010-01-29Fix Script Naxxramas/Heigan. Thanks Scarymovie87.Trazom62
Fixe issue #176. - fix timers --HG-- branch : trunk
2010-01-29* Call Database::ThreadStart()/Database::ThreadEnd() for all databases in ↵XTZGZoReX
all threads. --HG-- branch : trunk
2010-01-29*Fix build with GCC, thanks to Brian.QAston
--HG-- branch : trunk rename : sql/updates/7234_world_spell_ranks.sql => sql/updates/7236_world_spell_ranks.sql
2010-01-29*Prevent linked effects to apply area auras in ↵QAston
Unit::RemoveAreaAurasDueToLeaveWorld, finally fix the update sql --HG-- branch : trunk
2010-01-29*Typofix - Journeyman - rank 2 Apprentice - rank1QAston
--HG-- branch : trunk rename : sql/updates/7232_world_spell_ranks.sql => sql/updates/7233_world_spell_ranks.sql
2010-01-29*Move spell rank extractor out of core, use sql table instead for easier ↵QAston
maintaining of dependant database data. --HG-- branch : trunk
2010-01-29* Added actual loading of the `addons` table... This was missing in the ↵XTZGZoReX
original commit. --HG-- branch : trunk
2010-01-28Fix Script HoL/Ionar. Thanks WarHead.Trazom62
Fixes issue #258. --HG-- branch : trunk
2010-01-28Fix Script Violet HoldTrazom62
- fix event reset if wipe at a boss - fix boss not random again after a wipe - fix erekem guard handling - fix portal random location - fix save and load data - fix world state display for wave count - fix some timers - fix mob_erekem_guard set on correct creature_template entry Still WIP. --HG-- branch : trunk
2010-01-28Fix Script Naxxramas/Kel'Thuzad. Thank PrinceCreed, Scazzato88 and Gyullo.Trazom62
Fixes issue #486. Fixes issue #511. - fix kel'thuzad not casting when entering phase 2. - fix crash when casting Detonate Mana. --HG-- branch : trunk
2010-01-28*fix script config, closes issue #521Rat
--HG-- branch : trunk
2010-01-28Mergethenecromancer
--HG-- branch : trunk
2010-01-28Implement Insanity phase for Herald Volazj encounter (still missing AI for adds)thenecromancer
--HG-- branch : trunk
2010-01-27Removed tabs. Closed issue 397 and 171._manuel_
--HG-- branch : trunk
2010-01-27Implemented fix for Spirit Wolf (feral spirit talent). By Gyullo_manuel_
--HG-- branch : trunk