| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-31 | Core/Items: Defined "unk" field in HotfixInfo | Shauren | |
| 2012-01-31 | DB: 4.x database should be TDB *45* + all SQLs in sql/updates/world | Nay | |
| 2012-01-31 | Core/Items: Some work on hotfixes and SMSG_DB_REPLY | Shauren | |
| 2012-01-31 | Merge branch 'master' into 4.x | Spp | |
| Conflicts: src/server/authserver/Server/AuthSocket.cpp src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Handlers/AuctionHouseHandler.cpp src/server/game/Handlers/CharacterHandler.cpp src/server/game/Handlers/MovementHandler.cpp src/server/game/Miscellaneous/SharedDefines.h src/server/game/Spells/Spell.cpp src/server/game/Spells/SpellEffects.cpp | |||
| 2012-01-30 | DB/Loot: Reworked Mineral Veins & Deposits should fix previous issues on ↵ | ZxBiohazardZx | |
| looting them Closes #3360 | |||
| 2012-01-30 | DB/Loot: Some ICC loot fixes: Shadowfrost Shard was added to deathbringer ↵ | ZxBiohazardZx | |
| and dreamwalker, and set to quest-only drop. loots for blood council and dreamwalker have been increased Closes #1886 | |||
| 2012-01-30 | DB/Loot: Set correct drop percent chance for fragments on putricide 25 heroic | ZxBiohazardZx | |
| 2012-01-30 | DB/Loot: Blue Scepter Shard should have a 100% drop chance when on quest The ↵ | gecko32 | |
| Wrath of Neptulon Closes #5002 | |||
| 2012-01-30 | Core/ObjectMgr: Improved error message to include source of the error | Shauren | |
| SQL: Renamed files to match standards | |||
| 2012-01-30 | Scripts/Icecrown Citadel: Professor Putricide will now remove Mutated Plague ↵ | Shauren | |
| from players when dying | |||
| 2012-01-30 | SQL: Add missing "sql properties" to `conditions` field SourceId | Nay | |
| 2012-01-30 | Scripts/Spells: Fix Argent Tournament mount spells: | Souler | |
| * Break-Shield * Charge * Defend (visual) * Mounted duel * Faction Pennants when riding argent tournament mounts Closes #4917. | |||
| 2012-01-29 | proper deletes before inserts, add ; on statement | zxbiohazardzx | |
| 2012-01-29 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore | Subv2112 | |
| 2012-01-29 | SQL/Conditions: Added SQL update from previous commit | Subv2112 | |
| 2012-01-29 | Core/Players: Fixed talents tree specific spells to work with dual spec | Shauren | |
| 2012-01-29 | Merge pull request #4932 from kandera/fix_seasonl_quest_reset | Nay | |
| Core/Quests&GameEvents: fix seasonal quest check | |||
| 2012-01-29 | Core/Player: Updated talent system for cataclysm | Shauren | |
| 2012-01-29 | SQL: Correct SQL naming/line endings for recent commits | Shocker | |
| 2012-01-29 | Merge pull request #4981 from Souler/fix_omen | Shocker | |
| Events/Lunar Festival: Fixed behaviour of Elune's Candle, Rockets and Rocket Clusters. Implemented AI for Omen and his summoning ritual. Closes #4939 | |||
| 2012-01-29 | Db/Quests: fix q13129 quest reward - by Jildor - closes #4633 | QAston | |
| 2012-01-29 | Db/Spells: Correct spell_bonus_data for Empowered Renew - by Wallker, sql ↵ | QAston | |
| formatted by kandera:) | |||
| 2012-01-29 | Core/Spells: Fix spell Gushing Wound - by kandera - closes #4628. | QAston | |
| 2012-01-29 | Scripts/Spells: Fixed behaviour of Elune's Candle, Rockets and Rocket Clusters. | Souler | |
| Scripts/NPC: Implemented AI for Omen and his summoning ritual. | |||
| 2012-01-28 | SQL/Conditions: Updated conditions with CONDITION_RACE and CONDITION_CLASS. | Subv2112 | |
| Malcrom's sql | |||
| 2012-01-27 | DB/Faction change: Add some missing items | burnham | |
| Signed-off-by: burnham <georgiosburnham@gmail.com> | |||
| 2012-01-26 | fix seasonal quest check | Kandera | |
| 2012-01-26 | DB/SAI: added SAI for quest: Elven Legends (7481, 7482) | Malcrom | |
| closes #4948 | |||
| 2012-01-24 | DB/Misc: Correct ending lines in last two commits | Discover- | |
| 2012-01-24 | Merge pull request #4944 from Souler/script_cleanup | Discover- | |
| Convert some coded scripts to DB | |||
| 2012-01-24 | Scripts/Spells: Script spell Refocus | Discover- | |
| 2012-01-24 | DB/Conditions: Convert Dame Evniki Kapsalis script into conditions | Souler | |
| DB/SAI: Convert Priestess Alorah and Grimmin scripts into SmartAI | |||
| 2012-01-24 | Fix sql | Aokromes | |
| 2012-01-23 | Scripts/UK: Improvements to my last commit. Thanks to Vincent-Michael | Manuel Carrasco | |
| 2012-01-23 | Scripts/UK: Re-written Prince Keleseth script. | Manuel Carrasco | |
| * Corrected spawns amount, only 4 Skeletons must be spawned not 5. * Adjusted timers, now they are blizzlike. * This also includes skeleton resurrection timer. * Removed hacky code that was replacing spells (they are casted now). * Implemented "On The Rocks" achievement. Thanks to Subv for help. | |||
| 2012-01-23 | DB/SAI: Add SAI for Windle Sparkshine - he will now light up Dalaran when ↵ | Discover- | |
| night starts in-game Note: requires 1b2c413933f19aec82371a5b55cba9c3b3ded43a | |||
| 2012-01-22 | DB/Creature: remove creature_addon data for nonexisting creature | ZxBiohazardZx | |
| 2012-01-22 | DB/SAI: Fix the last error on this file, sorry guys | Discover- | |
| 2012-01-22 | DB/SAI: Correct delete statements in previous commit - thanks @Malcrom | Discover- | |
| 2012-01-22 | DB/SAI: Kill some start-up errors | Discover- | |
| 2012-01-22 | SQL/Conditions: Fixed typo, it must 23324 instead of 23342. Author: Aokromes | Manuel Carrasco | |
| 2012-01-22 | SQL: Fixed startup error. Author: Aokromes. | Manuel Carrasco | |
| 2012-01-21 | Fix some errors in previous SQL updates. Author: Malcrom | Manuel Carrasco | |
| 2012-01-21 | SQL: Fix file naming after recent pull | Shocker | |
| 2012-01-21 | Merge pull request #4874 from Vincent-Michael/AchievementFix | Shocker | |
| Core/Achievements: Fix The Alterac Blitz, Let's Get This Done and Flurry achievements | |||
| 2012-01-21 | DB/Creature: update vendor for Arcanum Of Torment | kandera | |
| Closes #4901 | |||
| 2012-01-21 | DB/Creature: put proper spawns from sniff for 7th Legion Rifleman and ↵ | ZxBiohazardZx | |
| converted EAI to SAI Should fix lagging of the Naxxramas area | |||
| 2012-01-19 | Merge branch 'master' of git://github.com/TrinityCore/TrinityCore into ↵ | Vincent-Core | |
| AchievementFix | |||
| 2012-01-19 | SQLs: Proper filenames for old SQLs | Nay | |
| (Obviously you do not have to re-import these) | |||
| 2012-01-19 | DB/Characters: Add missing table create to characters_database.sql from ↵ | Nay | |
| f4075f0f945c842fe2b1a08ea4a7fa253e8e2e53 | |||
