aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2012-08-21Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-21renameFaq
2012-08-21Merge remote-tracking branch 'upstream/master' into SpellMasks_0Faq
2012-08-20Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Handlers/BattleGroundHandler.cpp src/server/game/Server/WorldSession.h src/server/game/Spells/Spell.cpp src/tools/vmap4_extractor/mpq_libmpq04.h
2012-08-20Core: Fix 4 warnings / SQL: Rename two SQL filesNay
2012-08-20Fix Didn't Stand a Chance achievementShocker
2012-08-20Sql/Wintergrasp: add sql files for wintergrasp implementationKandera
2012-08-20Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/tools/vmap4_extractor/vmapexport.cpp
2012-08-20SQL: Rename a wrong fileNay
2012-08-20DB/Schema: Increase size of quest_template.RequiredRaces to mediumintNay
needed because Worgen race is 1 << (22-1)
2012-08-20Core/Spells: Fixed Libram of Wracking. thnx Vincent-MichaelFaq
Closes #7094
2012-08-19DB/Spells:Vincent-Michael
* Fix spell target for 68184 * Add missing 'Resilience Will Fix It - achievement credit marker' (spell id 68620) to spell_dbc
2012-08-19DB/Loot: Some loot contents imported from UDB. Author HeliasFaq
2012-08-18Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Entities/Item/ItemEnchantmentMgr.cpp src/server/game/Events/GameEventMgr.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Guilds/GuildMgr.cpp src/server/game/Loot/LootMgr.cpp src/server/game/Server/WorldSocket.cpp src/server/game/Spells/SpellMgr.cpp src/server/worldserver/worldserver.conf.dist
2012-08-17DB/Spells: Fix a typo in 7b9ed5afdd4888339aa98d83b547006ea2d21375 (thx ↵Vincent-Michael
Destalker)
2012-08-16DB/Spells: Add missing Invisibility (spell id 35009) to spell_dbcVincent-Michael
2012-08-16Core/Spells:Greymane
* Implemented aura 328 SPELL_AURA_PROC_ON_POWER_AMOUNT. * Added eclipse power energize handling. Closes #7417
2012-08-16SQL: Move all world sql updates to /old/ directory. Base DB is available in ↵Nay
https://github.com/TrinityCore/TrinityCore_4.3.4_DB_Alpha From now on, this repository should only contain core related sqls Aforementioned repository will be synced with this one from time to time and will include DB related content
2012-08-15Core/Loading: Fix a field type when loading reputation_spillover_templateNay
Also whitespace cleanup
2012-08-15DB/Schema: Change RewardFactionValueIdOverride to int(11)Nay
Core change is not needed, it's reading an Int32 already
2012-08-15DB/Schema: Remove a meaningless index in quest_poi, update PKs for ↵Nay
npc_vendor tables
2012-08-15SQL: Comment out a sql file that would error with sql-mode strictNay
2012-08-15Core&DB: Increase the size of MinLevel and MaxLevel to int16Nay
2012-08-15Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-14DB/Creature: Add Missing spawn for Mistcaller Soo-ganVincent-Michael
2012-08-14Core/Vendors: Add currencies to vendorsNay
npc_vendor table gets a new field, type (1 is item, 2 is currency) for type 1 fields still mean the same, for type 2 maxcount is buycount (without any "precision") changed structure of SMSG_UPDATE_CURRENCY(_WEEK_LIMIT) but not enabled, wrong values are being wrongly calculated
2012-08-14Merge pull request #7398 from Vincent-Michael/onyxiaCreatureTextNay
Scripts/Onyxias Lair: Convert script_texts in creature_text
2012-08-14Scripts/Onyxias Lair: Convert script_texts in creature_textVincent-Michael
2012-08-13Merge pull request #7390 from Kiperr/2Nay
Core/Player: Now players will able to equip all types of relics when mee...
2012-08-14Fix code style.kiper
2012-08-13Merge pull request #7389 from Kiperr/4.3.4Nay
Core/Globals: Add 5th field in reputation_spillover_template for Bilgewa...
2012-08-14Core/Player: Now players will able to equip all types of relics when meet ↵kiper
requirements from items and have relic skill.
2012-08-14Core/AI: Removed EventAI handling. is not needed more for cataclysm...Venugh
move a sql to correct place.
2012-08-14Core/Globals: Add 5th field in reputation_spillover_template for Bilgewater ↵kiper
Cartel/Gilneas spillover reputation.
2012-08-13DB&Core/Quests: Change `MinLevel` to signed since -1 is a valid value for ↵Nay
deprecated quests
2012-08-14Scripts/Trial Of The Crusader:Vincent-Michael
* Fix typo * Fix creature_text group id for King Varian Wrynn / Garrosh Hellscream
2012-08-13Scripts/Trial of the Crusader: Convert script_texts in creature_textVincent-Michael
2012-08-12Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/scripts/Kalimdor/moonglade.cpp
2012-08-12Scripts/Quests: Removed some deprecated scripts and fixed quest 26050Subv
2012-08-12Scripts/Some: Cleanup for old scripts, not exist Quest and etc. in Cata.Vincent-Michael
2012-08-12SQL: Rename 2 PR'ed SQL filesNay
2012-08-12Merge pull request #7360 from Vincent-Michael/MalGanisNay
Scripts/The Culling of Stratholme: Fix quest credit for Mal'Ganis
2012-08-12Scripts/The Culling of Stratholme: Fix quest credit for Mal'GanisVincent-Michael
2012-08-12Update sql/base/auth_database.sqlNay
2012-08-11Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-11DB/Schema: Add primary keys to quest_poi and quest_poi_points tablesNay
2012-08-11Db/Loot: assign lootid to npcZxBiohazardZx
2012-08-10Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-10DB/NPCs: Add missing Tracker Val'zij spawnSvannon
Closes #2662
2012-08-10DB/Quests: Fix a typo in Message to Freewind Post descriptiongecko32
Closes #7340