aboutsummaryrefslogtreecommitdiff
path: root/sql/base
AgeCommit message (Collapse)Author
2011-05-10Core/Spells: Fixed damage from warlock's Death Coiltobmaps
2011-05-10Core/Spells: Fix damage and combat log for spell Hand of Reckoningtobmaps
2011-05-09Core/Commands: Include mute/ban info in .pinfo commandShocker
2011-05-09Core/Misc: Include resilience in character_statsShocker
2011-05-09DB/SQL: Remove duplicate entry from world databasekezo90
Closes #1414
2011-05-06Core/Spells: Fix Warlock T6 2p Bonus. Also split last commit into two sqlskaelima
2011-05-06Core/Spells: Fix Item - Coliseum 25 Heroic Caster Trinket - Pillar of Flamekaelima
2011-05-06Core/Spells: Fix Death Knight T9 Melee 2p Bonuskaelima
2011-05-06Core/Spells: Fix Warrior T10 Protection 4P BonusShocker
Closes #1307
2011-05-06Merge branch 'master' of github.com:TrinityCore/TrinityCorerunningnak3d
2011-05-06SQL/Structure: Allow 20 character guild names.runningnak3d
2011-05-05Merge pull request #31 from Ramusik/masterShocker
.modify scale on creatures, Combustion bug, Starfall supressing from root effects corrected, Dislodged Foreign Object no proc from heals, .learn all_myspells remove only player spells
2011-05-04Core/Spells: Fix internal cooldown for Mirror of Truth trinkettelsamat
Closes #1365
2011-05-04Core/Spells: Glyph of Shadowflame effect should be removed when Shadowflame ↵Shocker
is removed Closes #1359
2011-04-29More cleanup after last commit spreeleak
2011-04-28Core/ObjectMgr: Refactor sEquipmentStorageleak
2011-04-28Core/ObjectMgr: Refactor sInstanceTemplateleak
2011-04-25Core/Spells: Fixed duration of Noblegarden bunny transformsShauren
DB/Achievements: Fixed "Hard Boiled"
2011-04-23DB: Fixed comments in character_banned tablelaserjet
Closes #1273
2011-04-22DB/Creatures: Spawn and pool engineering clouds in Northrenderimioa
Closes #493
2011-04-22Scripts/Spells: Fixed achievements The Dapper Sapper and Explosives Expert ↵Shauren
(SotA)
2011-04-19Core/GM System: rename columns of gm_surveys, gm_subsurveys, gm_tickets and ↵Azazel
lag_reports tables to lowerCamel, move queries to prepared statements and refactor the code of TicketMgr.
2011-04-17Core/Spells: Fix damage scaling of mages Water Elementals.kaelima
- Water Elemental scales with 33% of mages spell power. - Waterbolt scales with 83.33% of elementals spell power.
2011-04-14Core/SQL: fix a few minor mishaps with wrong keys not being updated in ↵Azazel
commit 5357b1ba77 - fixes import of base characters database (thanks click for pointing out). Closes #1231. Also rename indexes in recently cleaned tables to have 'idx_' prefix. Add queries to recreate indexes based on recently modified columns (just to make sure that all indexes are correct).
2011-04-13Core/CharDB cleanup: change creature_respawn and gameobject_respawn column ↵Azazel
names to lowerCamel, rename `instance` column to `instanceId` and move all queries to these tables to prepared statements. Fix import error in character_database.sql.
2011-04-12SQL: Updated char db baseleak
2011-04-11Core/CharDB Cleanup: alter `corpse` table making column names lowerCamel and ↵Azazel
move all queries to prepared statements. NOTICE: column can be named `guid` only if it represents character guid. All other guids will be renamed to reflect their purpose (like corpseGuid in this specific case)
2011-04-10Dislodged Foreign Object shouldn't proc from healing spellsRamusik
2011-04-08Core/Arena: Move personalRating to arena_team_memberleak
2011-04-08SQL/Arena: Fix some warnings with missing default valuesleak
2011-04-08Core/CharDB Cleanup: alter character_homebind table making column names ↵Azazel
lowerCamel and move all queries to prepared statements.
2011-04-08Core/CharDB Cleanup: alter character_battleground_data table making column ↵Azazel
names lowerCamel and move all queries to prepared statements.
2011-04-06Scripts/Icecrown Citadel: Fixed Professor Putricide ooze adds behavior ↵Shauren
(cannot taunt/aggro anymore), also removed targeting dbc hack and scripted the spell properly
2011-04-06Core/Commands: Remove .learn all and drop hardcoded part of .learn all gm ↵Shocker
spells list
2011-04-06SQL/Arena: Removing ambiguous personalRating column until things are sorted outleak
2011-04-05Core/Arenas: Refactor arena code and db layoutleak
2011-04-03Core/DBC: Implemented achievement_dbc db table for filling in missing ↵Shauren
achievements and added sample data
2011-03-27SQL: Added forgotten data in full sql files.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-03-26DB/Items: fix Darkmoon Card: IllusionZxBiohazardZx
fixes #671
2011-03-21Fix Combustion bug exploitRamus
Add forgotten file from previous commit
2011-03-21Allow apply .modify scale to targeted creature.Ramus
2011-03-19Core/Spells: Arcane Concentration should proc only from mage spell castsRamus
2011-03-19SQL: Lost changes in character base sqlleak
2011-03-17Core/DB: increase size of phaseMask field in corpse table to allow values ↵Azazel
larger than 255
2011-03-17Core/SQL: fix error in world_database.sqlAzazel
2011-03-11Core/Commands: Allow npc info to show both DB GUID and current GUIDShocker
2011-03-11CharDB Schema/Cleanup: cleanup channels table:Azazel
* rename columns (remove m_ prefix and convert to lowerCamel case); * rename prepared statements to conform to standards (there is no CLEAN statement).
2011-03-07DB/NPC: Spawn Shango with pathing.Nay
SQL: Fix typo and add missing changes to world_database.sql Closes #883
2011-03-07Core/Commands: Make vehicle_accessory and vehicle_template_accessory ↵Machiavelli
reloadable with commands
2011-03-07Core/Spells: Fixed Glyph of Shadow Word: PainGWRde