aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2012-05-09Core/Commands: Add level 3 command for setting npc data. used for testing ↵Kandera
scripts.
2012-05-09Scripts/Wormhole: Add rare 6th option to "Underground". Fixed some teleport ↵kaelima
positions (from sniffs) And made some random cleanup for npc_shadowfiend and npc_lightwell
2012-05-07DB/Misc: Updates for Pit of Saron.Malcrom
2012-05-07DB/gameobject: Change guid, Discovered is my nemisis!Malcrom
2012-05-07DB/gameobject: Add missing Ice Wall spawn to Pit of Saron.Malcrom
2012-05-08Database/Quests: Script quest Arelion's Mistress.Discover-
Closes #3120
2012-05-07DB/SAI: Some misc fixes for Pit of SaronMalcrom
2012-05-07DB/waypoints: A few missing paths for pit of saronMalcrom
2012-05-06DB/Loot: Add gold drops to UlduarZxBiohazardZx
Closes #5449
2012-05-06DB/Loot: Add missing gold drops to ToCgecko32
Partial fix for #5449
2012-05-06DB/SAI: Updated SAI for Wrathbone Laborer. Was never aware of the dbc spell ↵Malcrom
geek thing.
2012-05-05DB/creature_template: Fix a few target dummys to not allow skillupMalcrom
2012-05-05DB/creature_template: Some updates for Pit of SaronMalcrom
2012-05-05DB/SAI: Add SAI for Wrathbone Laborer, fix unit flags, remove cpp script.Malcrom
2012-05-05DB/Gameobjects: Add some missing Blood of Heroes spawnsMalcrom
2012-05-05DB/creature_template: Fix missing line from previous commit.Malcrom
2012-05-05DB/creature_template: Set proper faction for Ymirjar Skycaller (Heroic)Malcrom
2012-05-05DB/SAI: Forge of Souls Trash fixupMalcrom
2012-05-05DB/Misc: Fixed some spelling in comments.Malcrom
2012-05-05DB/SAI: Speech by Martik Tor'seldor, ThrallamarMalcrom
2012-05-04DB/waypoints: Added a few paths for Trallamar, Hellfire Penn.Malcrom
2012-05-03DB/Quest: move some questrelations to the seasonal tablesZxBiohazardZx
2012-05-03DB/Quest: correct NPC quest relation for quest 171WishToDie
2012-05-03DB/Quest: Correct Chaining for Childrens Week QuestsWishToDie
Closes #6404
2012-05-03DB/Misc: bunch of updates for culling of stratholme. fixes the end spell for ↵Kandera
credit. adds spawns for the second area. corrects a ton of texts. fixes some db issues
2012-05-03DB/Spawns: Readd the rare spawns that got overwrittenZxBiohazardZx
2012-05-02DB/Loot: Add loot for 25 man to Stinky & Precious, Add Skinning loot; Fix ↵ZxBiohazardZx
naming in previous SQL submission Closes #6370
2012-05-01DB/Creature: Fix error in previous commit.Malcrom
2012-05-01DB/Creature: Add missing Challe & Orphan Matron Aria SpawnsMalcrom
2012-04-28DB/Loot: Cleanup some ugly reference_templatesZxBiohazardZx
2012-04-28DB/Loot: Ulduar Descent into Madness bosses lootZxBiohazardZx
2012-04-27Scripts/Icecrown Citadel: Fixed Scent of Blood on heroic mode of ↵Shauren
Deathbringer Saurfang encounter
2012-04-26DB/SAI: andd now this should be fixed ONCE AND FOR ALLKandera
2012-04-26DB/Conditions: fix another conditions error from ↵Kandera
bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9
2012-04-26DB/Conditions: fix conditions where claues from previous commitkandera
2012-04-26Core/Spells,DB/Conditions: Fix startup errors associated with ↵Kandera
bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 and 13b68af78dbc51f44656ecfddb1bfb27dc44a21a Closes #6346
2012-04-25DB/Spells: fixes the effect stacking of Greater/Blessing of Sanctuary/Kings. ↵Kandera
Closes #768
2012-04-25Core/Spells: fix sql file from previous commit and add newline after load ↵Kandera
function
2012-04-25Core/Spells: Convert some spells from spell_scripts in the db to a generic ↵Kandera
spellscript.
2012-04-25Core/Spells: Fix prayer of mending bonus from t9 healing 2 piece set. Closes ↵Kandera
#4069
2012-04-25DB/Misc: Fix start-up errors and non-working SmartAI from ↵Discover-
61bc8e1c6f82558b3cb1f441ffad1d40dca198a9. Thanks @Xanvial for spotting the SAI issue and @joschiwald for the condition start-up errors.
2012-04-24Core/Spells: added function to initiation script.Kandera
DB/SAI: added rest of quest to database for Greatmother's Soulcatcher
2012-04-24DB/Loot: Fix loot for some Bloodsail creatures, thx ExodiusZxBiohazardZx
Closes # 5483
2012-04-24DB/SQLs: Small corrections to sql files from recent pull requestsShocker
2012-04-23Merge pull request #6251 from elecyb/wardendoc2Shocker
Core/Warden: Documented more warden checks
2012-04-23Merge pull request #6164 from Jildor/honor_among_thieves_procShocker
DB/Spells: Fix Honor Among Thieves proc chance
2012-04-23Merge pull request #6008 from cookta2012/troy09Shocker
Core/Commands: Some porting and organizing Moving a commands around eliminating a unnecessary file, and porting the "demorph" command * moved the "wpgps" command into the cs_debug.cpp because it seems more fitting * organized the "modify speed" commands into a table of their own * moved the "gps" command into the cs_misc.cpp
2012-04-23Merge pull request #6304 from Vincent-Michael/shamanShocker
Core/Spells: Fix Earthen Power Closes #4795
2012-04-23Merge pull request #6316 from Kezo90/rogue_t9_2pShocker
Core/Spells: Rogue T9 2P should proc only from Rupture ticks
2012-04-23DB/Spells: Rogue T9 2P - Should proc only from Rupture ticks.Kezo90