aboutsummaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Collapse)Author
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-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 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-01Fixed npc issue after mind control by PrinceCreed. Closes issue 229._manuel_
--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-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* Set the default spawntimesecs for creatures / gameobjects added in game to ↵Brian
5 minutes * Was 25 seconds * Thanks Paradox --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-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 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-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
2010-01-27Re-add event support for type 10 (goober) GOs. By Biglad_manuel_
--HG-- branch : trunk
2010-01-27Fix Arena Teams on scoreboard being swappedthenecromancer
Fix Arena Unit Frames --HG-- branch : trunk
2010-01-27Fixed hunter trap procs - Entrapment and Lock and Load shall be henceforth ↵Xanadu
proced only by the correct traps. Closes issue #110. --HG-- branch : trunk
2010-01-26Disable Ring of Valor ArenaSpp
--HG-- branch : trunk
2010-01-26* Fix compileBrian
--HG-- branch : trunk
2010-01-26* Moved game event starting / stoping to detail log levelBrian
--HG-- branch : trunk
2010-01-26* mergeBrian
--HG-- branch : trunk
2010-01-26* moved IsGameObjectOfTypeInRange to debug log levelBrian
--HG-- branch : trunk
2010-01-26*finalized basic hard-lootmode definesRat
-DB devs should stick with lootmode 2,4,8,16 for hardmode loots (use as bitmask) -and lootmode 1 as default --HG-- branch : trunk
2010-01-26*log creature's entry in eascortAI error logRat
--HG-- branch : trunk