aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-07Fix Improved Fire Nova and Earthen Power Shaman Spells. Thanks Retriman.Trazom62
Fixes issue #559. --HG-- branch : trunk
2010-02-07Fix creature script example to be conform to Trinity code standards.Trazom62
--HG-- branch : trunk
2010-02-07Fix Mage Polymorph Reflect. Thanks breakerfly.Trazom62
Fixes issue #652. --HG-- branch : trunk
2010-02-07Fix The Dwarven Spy text. Thanks zthoreen.Trazom62
Fixes issue #616. --HG-- branch : trunk
2010-02-07Implement async class for database operations for better performance, remove ↵n0n4m3
10ms sleep, fixed some crash on sql execute. --HG-- branch : trunk
2010-02-06Fixed data loss at player save.n0n4m3
--HG-- branch : trunk
2010-02-06Fixed crash in PetAI::UpdateAI.n0n4m3
--HG-- branch : trunk
2010-02-06Removed script_waypoints data form world.sql. They should not be there.teacher
Removed obsolete readme file for fulls. Fulls are now just for testing purposes. --HG-- branch : trunk
2010-02-06Modify world.sql, too...thx to _manuel_for reminding me. Also thx to ↵Xanadu
Aokromes for testing revs 7299 & 7300. --HG-- branch : trunk
2010-02-06Modified the .dist command to display exact distances, too.Xanadu
--HG-- branch : trunk
2010-02-06Fixed some GetDistance functions, added several assertsXanadu
--HG-- branch : trunk
2010-02-05Moved sql files to sql\updates\3.2.2a_old directory.teacher
--HG-- branch : trunk
2010-02-05MergeXanadu
--HG-- branch : trunk
2010-02-05Yet more cleanup, mostly in the script system. This should conclude the ↵Xanadu
script integration into core. --HG-- branch : trunk
2010-02-05A great purge of obsolete macros.Xanadu
--HG-- branch : trunk
2010-02-04Fix Drak'Tharon Script TextTrazom62
Fixes issue #77. Thanks Tlexii for Trollgore entries. --HG-- branch : trunk
2010-02-04Fix ResetInstance.Trazom62
Fixes issue #70. Reset Instance was removed during the merge to 3.2.2, then fixed again, then backed-out due to bug. This latter is now fixed. Thanks to the original authors (already credited in old rev). --HG-- branch : trunk
2010-02-04Move the EvilID.h includes to pch.Xanadu
--HG-- branch : trunk
2010-02-04*Way more correct way of selecting caster and target for Periodic Trigger auras.QAston
--HG-- branch : trunk
2010-02-04Added Spell "Launch Spear" to creature "Ymirheim Spear Gun" (by Malcrom).teacher
Added missing spell updates for Rev 7285 (by manuel). Renamed a wrongly named file. Added two recent scriptname updates to world_scripts_full.sql. --HG-- branch : trunk
2010-02-04Fixed Ritual of Souls, implemented soulwell giving healthstones according to ↵Xanadu
warlock's Improved Healthstone talent points. --HG-- branch : trunk
2010-02-04*Implement spell target type TARGET_GAMEOBJECT_NEARBY_ENTRYQAston
--HG-- branch : trunk
2010-02-03Quest Support All Along the Watchtowers (5097,5098). Thanks Retriman.Trazom62
Fixes issue #519. --HG-- branch : trunk
2010-02-03Fix Script AQ40/C'Thun.Trazom62
Fixes issue #587. Thanks kb_z for original patch. Still some visual effect not working. --HG-- branch : trunk
2010-02-03Fix possible issue where player could inherit stealth visibility from ↵thenecromancer
his/her pet. --HG-- branch : trunk
2010-02-03Some changes to immunitiesthenecromancer
--HG-- branch : trunk
2010-02-03*Move object's field\visibility update functions to object from accessorsilver1ce
removed useless SendUpdateObjectToAllExcept - anyway fields will be updated, there is no sense to force update them --HG-- branch : trunk
2010-02-02* Fixed reputation buying from vendors where the items had 0 for Req repBrian
* faction, but >0 for Req rank. In that case it pulls the faction of the * vendor. * HUGE thanks to QAston and silverice --HG-- branch : trunk
2010-02-03typosilver1ce
--HG-- branch : trunk
2010-02-03cleanup into grid containerssilver1ce
grid containers doesn't contains guid keys, so guid parameter is useless, removed find functions(anyway result of search would be null always) --HG-- branch : trunk
2010-02-02Changes in Trial of the Champion:_manuel_
-Implemented new scripts for Grand Champions, it includes vehicle fight (it is not 100 % done) -Implemented more Vehicles Accessories. (related with the instance) -Implemented basic support for event at spawn or dead from Boss Eadric/Paletress. -Implemented basic support for event at spawn from Boss Black Knight. For a complete fix see TDB forum > New Fix Submissions > Core related DB content. --HG-- branch : trunk
2010-02-03fix a typo in IsHighRankOfSpell(uint32 spell1,uint32 spell2)QAston
--HG-- branch : trunk
2010-02-02*Drop spell_stack_masks tableQAston
*Add spell_group_stack_rules table (for more info see wiki) *The table is maintained by core team *Move some spell specific out of core to the new table --HG-- branch : trunk
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-01Updated world.sql and characters.sql.teacher
Removed commented code form realm.sql and set account.expansion field default value to 2 (wotlk) (thx Aokromes). Properly set default values for some world DB fields. Properly set some world DB fields to allow Database import in strict mode (by Brian). Updated world_script_full with recent committed npc script. Renamed a couple of files with proper revision number. Note: no DB data will changed nor harmed by this commit. --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-02-01* Fix typo in script_texts entry -1580067. Reported by ogeraisi.XTZGZoReX
--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-31* Backed out changeset af19f9ff6dd8Brian
* Spell ranks are handled by the (imagine this) spell_ranks table * Data already in spell_ranks for these spells * Thanks QAston --HG-- branch : trunk
2010-01-31* Add spell required data for Totem of Wrath ranks 2-4Brian
* Thanks Wladass --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*Drop no longer needed sql table.QAston
--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