aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2014-12-04DB/GameTele: Add some Pandaria teleport positions.Naios
2014-11-30Core/Creature: Implemented negative levels for creatures having -1 as expansionKinzcool
2014-11-25DB/Schema/Auth: Also change `battlenet_accounts`.`os` to varchar(4)Nayd
Ref 59bb9c20f345544310369f3074fd0e716cc8092c
2014-11-23DB/Schema/Auth: Change `account`.`os` to varchar(4)Nayd
Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3)
2014-11-21Core/Spells: Made the loading of the orientation of SPELL_DEST_DB from ↵Kinzcool
SpellEffect.dbc
2014-11-21Scripts/SethekkHalls: fixed Talon King Cofferjoschiwald
(cherry picked from commit 716d1404de9d3a5dd6d3c5945f30f48ac544b10c)
2014-11-20It's a good idea to save file changes before commiting. 7aac3bc1529dNayd
2014-11-20DB/GameTele: Added some Draenor teleport positions.Naios
Closes #13594
2014-11-19DB/Misc: Updated the change faction reputations up to 6.0.3.19057Kinzcool
2014-11-19DB/Commands: Fix 2 commands permisionsAokromes
Closes #13592
2014-11-17DB/Creatures: Removed "Class Trainer" & "Trainer" flags from class trainersKinzcool
2014-11-16DB/Trainers: Truncated `npc_trainer`Kinzcool
* Professions will be redone later
2014-11-16DB/Models: Updated creatures' model data up to 6.0.3.19057Kinzcool
2014-11-16DB/SAI: fixed target_type of spell Vampire Rush, added in my previous commit.MitchesD
I have used target_type, which caused that NPC used the spell on all players in range, that's wrong. (cherry picked from commit 1699cf70dd0e33f3e7ea2aedec6270878109ace9)
2014-11-16DB/PageTexts: Multiple page textsNayd
2014-11-16DB/PageTexts: Dog-Eared NoteAriDEV
Closes #13562
2014-11-16Core/Loading: Fix crash in LoadMissingKeyChainsNayd
Also emptied `world`.`keychain_db2` Closes #13566
2014-11-12Core/Talents:Intel
Fixed SMSG_TALENTS_INFO packet Fixed talents saving to DB Renamed 'talent spec' to 'talent group' since this name was shadowing character specializations (and new name is correct according to JAM) Enabled loading of MinorTalent.dbc (will be used later) Added additional specialization check in LearnTalent
2014-11-11Rename 2014_11_10_03_world.sql to 2014_11_10_03_world.sqlAokromes
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476 (cherry picked from commit 3e03e546d3106bf8930e30ab9c2008b0e696e125) Conflicts: sql/base/auth_database.sql src/server/scripts/Commands/cs_modify.cpp
2014-11-10Core/Commands: implement .pvpstats commandDDuarte
Shows number of battleground victories in the last 7 days Closes #13460 Conflicts: sql/base/auth_database.sql sql/updates/auth/2014_11_10_00_auth.sql src/server/game/Accounts/RBAC.h (cherry picked from commit fd0b96178174e624510a10f5bc27b60af406d901)
2014-11-10DB/Quest: Rallying the TroopsDr-J
The original fix by @Nevadas is correct according to sniff, when the spell hits the grizzly hills giant in sniff it just gains aura and gives kill credit thats it, Closes https://github.com/TrinityCore/TrinityCore/issues/4173
2014-11-10Core/DataBase: Updated spell_proc and spell_proc_event tablesRat
2014-11-10Revert "Core/DataStores: Implemented loading of SpellMisc.db2, ↵Rat
SpellClassOptions.db2, SpellPower.db2, SpellAuraRestrictions.db2, OverrideSpellData.db2 files" This reverts commit b4a9f471238aeefcadab765fc8ec2ae4b1af79bd.
2014-11-10Core/DataStores: Implemented loading of SpellMisc.db2, ↵Rat
SpellClassOptions.db2, SpellPower.db2, SpellAuraRestrictions.db2, OverrideSpellData.db2 files - Note: you will need the above files from 6.x - Implemented flag128 class, used for spellfamilymasks
2014-11-10DB/World: Update faction and unit_class to default valuesDDuarte
2014-11-10SQL: Update auth_database.sqlDDuarte
It was missing an update to realmlist.gamebuild
2014-11-10Core/Commands: Battle.net account command changesShauren
* All commands renamed from "battlenetaccount" to "bnetaccount" * bnetaccount create now also creates and links initial game account * Added new commands bnetaccount link/unlink to manage relations between existing accounts
2014-11-09SQL: Updated the base build with changes in 2d74ee9141828721Kinzcool
2014-11-09DB/Realmlist: Updated the required build to the actual base buildKinzcool
2014-11-08DB/SAI: Added SAI for some mobs in Icecrown CitadelMitchesD
2014-11-08SQL: Rename sqls after recent mergesDDuarte
2014-11-08Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"treak
Signed-off-by: treak <goodfeelingzzz@gmail.com> (cherry picked from commit 341e374c723f0dc78e755ca962d22d5d9a8f54d8) Conflicts: src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp Codestyle (cherry picked from commit 3530b938a8d390d4d39ac840d5b0e7403b08dbc5)
2014-11-08Scripts/Instance: The StonecoreMihapro
(cherry picked from commit 50bf6cad6a6bf1e4190a492c3a88316d6d831656)
2014-11-07DB/Quest: Coward Delivery... Under 30 Minutes or it's FreeDr-J
Script http://www.wowhead.com/quest=11711/coward-delivery-under-30-minutes-or-its-free
2014-11-07DB/Quest: Across TransboreaDr-J
Script http://www.wowhead.com/quest=11930/across-transborea
2014-11-04SQL: Updated battlenet_components to current buildShauren
2014-11-04DB/Disables: Remove achievement "Drive Me Crazy" from disablesNyeriah
Refers to Yogg-Saron
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete ↵joschiwald
packets to new packet classes
2014-11-02DB/Misc: Various Commits from 3.3.5 BranchDr-J
Relating mainly to Eidolan Watcher and Lithe Stalker, see original commits for more info.
2014-11-02DB/Commands: Updated a few commands after a recent table renameKinzcool
2014-11-02Core/Graveyards: Made the graveyard orientations loading from WorldSafeLocs.dbcKinzcool
2014-11-01Core/AreaTriggers: Make the loading for areatrigger teleports from ↵Kinzcool
WorldSafeLocs.dbc
2014-10-31DB/GameObjects: Updated gameobject templates with various sniffed dataKinzcool
2014-10-30DB/GameObjects: Updated some templates with sniffed data from build 5.4.1.17538Kinzcool
2014-10-30DB/GameObjects: Updated some templates with sniffed data from build 5.4.2.17658Kinzcool
2014-10-30SQL: Changed data fields in gameobject_template to allow int32sKinzcool
2014-10-30DB/Achievement: Remove unneeded criteria data for "A Tribute to Immortality"Nyeriah
Required team is already checked from dbc on criteria update Closes #4622 Thanks to @joschiwald
2014-10-30Fixed typo in previous commitShauren
2014-10-30Core/GameObjects: Updated GameObjectTemplate data structureShauren