aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2012-01-22SQL/Conditions: Fixed typo, it must 23324 instead of 23342. Author: AokromesManuel Carrasco
2012-01-22SQL: Fixed startup error. Author: Aokromes.Manuel Carrasco
2012-01-21Fix some errors in previous SQL updates. Author: MalcromManuel Carrasco
2012-01-21SQL: Fix file naming after recent pullShocker
2012-01-21Merge pull request #4874 from Vincent-Michael/AchievementFixShocker
Core/Achievements: Fix The Alterac Blitz, Let's Get This Done and Flurry achievements
2012-01-21DB/Creature: update vendor for Arcanum Of Tormentkandera
Closes #4901
2012-01-21DB/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-19Merge branch 'master' of git://github.com/TrinityCore/TrinityCore into ↵Vincent-Core
AchievementFix
2012-01-19SQLs: Proper filenames for old SQLsNay
(Obviously you do not have to re-import these)
2012-01-19DB/Characters: Add missing table create to characters_database.sql from ↵Nay
f4075f0f945c842fe2b1a08ea4a7fa253e8e2e53
2012-01-19DB/Quest: A Rough Ride (12536) SAI addedValcorb
Closes #4528
2012-01-19DB/SAI: Making Sense of It J.D. Collie SAIDiscover
Closes #3682
2012-01-19DB/SAI: Ledger from Tanaris Wooden Outhouse SAIDiscover
Closes #3683
2012-01-19DB/SAI: The Dormant Shade: Lillith's Dinner Table SAIDiscover
Closes #3684
2012-01-19DB/SAI: Text for This is Going to be HardDiscover
Closes #3687
2012-01-19DB/SAI: Text for The EscapeDiscover
Closes #3689
2012-01-19DB/Quest: remove Special Flags for Seers RelicDiscover
Closes #3890
2012-01-19DB/SAI: Mounting Hodir's HelmDiscover
Closes #3708
2012-01-19DB/Quest: set RequiredClasses for A Victory for The... questssouler
closes #4815
2012-01-18Core/Achievements:Vincent-Core
- Fixed achievement "The Alterac Blitz" in Alterac Valley - Fixed achievement "Let's Get This Done" in Arathi Basin - Fixed achievement "Flurry" in Eye of the Storm
2012-01-17Core/Conditions: Change CONDITION_REPUTATION_RANK. It now no longer ↵Machiavelli
explicitly checks if ConditionValue2 is equal to the reputation rank. It now checks if the player's reputation rank is in the bitmask of ConditionValue2, where each bits are (1 << ReputationRank). Idea by Aokromes and Malcrom Data conversion query by Malcrom (*WATCH OUT WITH CUSTOM CONTENT AS THIS DELETES ALL CONDITION TYPE 5's AND RE-ADDS STOCK DATA ONLY*)
2012-01-17Merge pull request #4860 from Souler/fix_dalaran_disguisesNay
"An Audience With The Arcanist" and "A Meeting With The Magister" Closes #485
2012-01-17Script/Quest: Solve some related problems with "An Audience With The ↵Souler
Arcanist" and "A Meeting With The Magister"
2012-01-16DB/error: set correct column nameszxbiohazardzx
2012-01-16DB/Quest: The Legend of StalvanDiscover
closes #3690
2012-01-16DB/Quest: In Service Of The Lich KingDiscover
closes #3691
2012-01-16DB/SAI: The Missing DiplomatDiscover
closes #3700
2012-01-16DB/Quest: The Boon of A'dalDiscover
closes #3698
2012-01-16DB/Quest: A Humble TaskDiscover
closes #3699
2012-01-16DB/Quest: Hope Within the Emerald NightmareDiscover
closes #3697
2012-01-16DB/Quest: Proving AllegianceDiscover
closes #3695
2012-01-16DB/Quest: The Completed Orb of Noh'OrahilDiscover
closes #3693
2012-01-16DB/Quest: Report to GoldshireDiscover
Will need a core fix for this one. Quest accept is never called by auto accept quests closes #3694
2012-01-16DB/Fix: fix startup errors and modify the procedure a bit more so any custom ↵zxbiohazardzx
entries (> 250000) will be preserved
2012-01-16DB/SP: Stored Procedure for sp_dev_reguid() DO NOT USE IF YOU DONT KNOW WHAT ↵zxbiohazardzx
YOU ARE DOING! special thanks to e000 closes #4530
2012-01-15DB/Loot: correct file for True Beliver ClippingsZxBiohazardZx
2012-01-15Scripts/Misc: Fix some MovementInform handler filters after recent ↵Machiavelli
motionmaster changes Also correct year of SQL in dbbac0bdaae
2012-01-15DB/Creature: small updates to Valiants in Argent TournamentZxBiohazardZx
Closes #459
2012-01-15DB/Loot: Rework Decoded True Beliver ClippingsZxBiohazardZx
Closes #4782
2012-01-15DB/Loot: duplicate reference loot removalZxBiohazardZx
2012-01-14Core/LFG:Subv2112
Fix priority of the player when its added to the lfg group Better implementation of the Dungeon Deserter debuff Rewrite the NeedBeforeGreed loot Fixed players being shown as Unknown Entity when entering the lfg group Some incremental optimizations after original patch Thanks to Retriman and Paecman for base implementation Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-01-14Core/Movement: Implement spline movement subsystem.Machiavelli
Spline movement controls movements of server-side controlled units (monster movement, taxi movement, etc). Proper implementation of effects such as charge, jump, cyclic movement will rely on it. However, need improve our states system before. Technical changes: * Added linear, catmullrom and bezier3 splines which based on client's algorthims. They can be reused for proper transport position interpolation. * Precission increased. There are no more position desync issues since client's position calculation formulas used. * Now possible to move by paths with multiple points, send whole path to client. -- Original author of research and implementation: SilverIce. Massive kudos. Original port for Trinity (ref #4629) Chaplain and Venugh With the following incremental fixes during my review: - Restore flightmaster end grid pre-loading - Fix uninitialized Creature::m_path_id - Add missing trinity_string entries for .movegens command - Fix a bug in WaypointMovementGenerator that would trigger unexpected pausing at waypoints for various amounts of time Known issues: - Errors like WaypointMovementGenerator::LoadPath creature XXX (Entry: YYYYY GUID: ZZZZZZ) doesn't have waypoint path id: 0. This is caused by bad DB data. This commit didn't "break" it. Do not forget to re-run CMake before compiling.
2012-01-14DB/Spells: fix brain freeze procing off of ice armorkandera
closes #3914
2012-01-14DB/Spells: set the correct learning spells for paladin mountskandera
closes #4778
2012-01-14DB/Gossip: Gossips from sniff for Orsonn and Kodianpitcrawler
closes #4788
2012-01-14SQL: Fix remaining errors... *sighs*Nay
2012-01-14Core/Scripts: Convert Torek script_texts to creature_text.Venugh
Apply coding style in it.
2012-01-13DB/SQL: Fixed my typo from previous Commit.Venugh
2012-01-13Merge pull request #4805 from Venugh/textsZxBiohazardZx
Core/Scripts: convert script_text to creature_texts
2012-01-13DB/SQL: Corrected the sql names. and add a new line.Venugh