aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-06DB/NPC: Kill more vehicle errors and update their templatesNay
2011-03-06Missed changesShauren
2011-03-06Core/Loot: Players who were not present during encounter completion are not ↵Shauren
eligible to receive the item in trade
2011-03-06DB/Loot: Reworked ICC/FoS/PoS/HoR Trashloot so it will work ingame.ZxBiohazardZx
2011-03-06DB/Instances: Remove all forced models and equipments in Icecrown CitadelShauren
2011-03-06Scripts/Icecrown Citadel: Remove unselectable and not attackable flags from ↵Shauren
Professor Putricide when both Festergut and Rotface are killed
2011-03-06Core/ObjectMgr: Load npc spellclick data after quests.Machiavelli
2011-03-06Core/Units: Re-remove MOVEMENTFLAG_ROOT applying on Unit::SetRooted to fix a ↵Machiavelli
clientside freeze issue (our visibility system is co-reponsible). It's still an ugly hack and should be fixed properly asap. Closes #879
2011-03-06Core/TempSummon: Implement ForcedUnsummonDelayEvent. Similar to ↵Machiavelli
ForcedDespawnEvent for Creatures, this will unsummon TempSummon objects with specified delay. Core/Vehicles: Implement ForcedUnsummonDelayEvent for creatures exiting vehicles. Fixes visual bug that showed creatures mounted on vehicle after being ejected.
2011-03-06SQL: Corrected improper sql file namingShauren
2011-03-06Core/Creatures: Implemented UNIT_FLAG_PASSIVEShauren
2011-03-06[Core/PacketIO] Fix issues with Mind Control that was allowing a player to ↵Havenard
keep interfering other players' movements using Mind Vision
2011-03-06Core/ObjectMgr: Move some npc_spellclick_spells and vehicle_accessory ↵Machiavelli
related errors to startup instead of post-startup runtime
2011-03-06Core/Vehicles: Remove redundant Vehicle::Die. All vehicle auras are already ↵Machiavelli
removed on Unit::RemoveAllAurasOnDeath. Addresses ticket:869 - please reconfirm
2011-03-05DB/NPC: Spawns, scripts, template updates for NPCs in Violet Citadel/DalaranNay
Closes #496
2011-03-05DB/NPC: Update some creature templates in Dalaransvannon
Closes #825
2011-03-05DB/Spells: Cast spell Dragonmaw Fel Orc illusion in Netherwing Mines. ↵MrQuickFx
Enables Netherwing daily quests Closes #839
2011-03-05DB/NPC: Kill some vehicle errors and update some templatesNay
2011-03-05Core/Spells: Fixed Heartpierce procShauren
2011-03-05Core/Achievements: Reverted ACHIEVEMENT_CRITERIA_FLAG_HIDDEN implementationShauren
2011-03-05SQL: move all SQL that is now included in the latest full DB to the "old" dir.Nay
2011-03-05Dep/MySQL: Updated MySQL sources to version 5.5.9 (current GA)Xanadu
2011-03-05DB/Waypoints: Add pathing to Dragonmaw SkybreakerMalcrom
2011-03-04Scripts/Icecrown Citadel: Only one Mutated Abomination can exist during ↵Shauren
Professor Putricide encounter Scripts/Spells: Added blizzlike error messages for certain spells Scripts/Items: Removed obsolete scripts
2011-03-04DB/Spawns: Deleted MO_TRANSPORT gameobject spawnsShauren
SQL: Corrected naming
2011-03-04Core/Spells:Shauren
* Implemented on CheckCast spell script hook * Added possibility to send SPELL_FAILED_CUSTOM_ERROR and added enum with all possible options for it Scripts/Spells: * Added example script for CheckCast hook with SPELL_FAILED_CUSTOM_ERROR (profession research and Book of Glyph Mastery)
2011-03-04Core/Vehicles: Make the vehicle system more aura driven. Get rid of ↵Machiavelli
redundant checks and update relevant data. Closes #805
2011-03-04DB/Skills: Changed required skill value to 0 for debug spell, spells with no ↵Shauren
skillline cant have skill value requirement Fixed compile
2011-03-04Scripts/Spells: Cleanup in spell_genericShauren
2011-03-04Fix: SQL syntax error in world base SQL scriptEdwinDW
2011-03-04Core/Achievements:Shauren
Implemented map and group requirements for achievements Changed possible methods to const Implemented hidden flag for achievement criteria
2011-03-04Core/SmartAI: Moved log to debug level.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-03-03Buildsystem: Compile bzip2 project only with map toolsShauren
2011-03-02Core/SAI: Correct debug log for SMART_ACTION_CASTNay
2011-03-02DB/SAI: Add combat scripts to Crust BursterMalcrom
2011-03-02DB/SAI: Add waypoints and scripts to ThulrinMalcrom
2011-03-02Core/SAI: Fixed SMART_ACTION_EQUIP used with creature_equip_template idsShauren
2011-03-02DB/Waypoints: Add pathing to Vilewing ChimaeraMalcrom
2011-03-02DB/NPC: Add some missing gossipsMalcrom
2011-03-02DB/Waypoints: Add pathing to Mature Netherwing Drake. Fix some waypoint errors.Malcrom
2011-03-02DB/Achiev: Send in-game mail on Emblematic achievement completion.Nay
2011-03-02DB/NPC: Fix typos in vehicle ids introduced in previous commits. Thanks ↵Nay
Tassader.
2011-03-02Core/SAI: Implemented Gameobject action allowing to send ↵Shauren
SMSG_GAMEOBJECT_CUSTOM_ANIM with parameter set in param1
2011-03-01DB/Trainer: Update Flying Carpet crafting requirementsMrQuickFx
Closes #774
2011-03-01DB/SAI: Fix quest Captives at DeatholmeMalcrom
Closes #650
2011-03-01DB/SAI: Replace core script by proper SmartAI script for quest InoculationMalcrom
Closes #681
2011-03-01DB/NPC: Set correct npcflag and vehicleid for some difficulty entries npcs. ↵ZxBiohazardZx
Fixes DB startup errors. Closes #814
2011-03-01Core/Spells: Correctly give skill bonus provided by spells on cast, fixes ↵Shocker
Mining/Herbalism (and similar) exploits that allowed players to mine/gather anything with any skill
2011-03-01DB/Conditions: Added conditions for spell 36325.Malcrom
2011-03-01Core/Spells: Implemented EffectTriggerSpell 36325 for spell 36350.Malcrom