aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2010-02-04Added Spell "Launch Spear" to creature "Ymirheim Spear Gun" (by Malcrom).teacher
Added missing spell updates for Rev 7285 (by manuel). Renamed a wrongly named file. Added two recent scriptname updates to world_scripts_full.sql. --HG-- branch : trunk
2010-02-04Fixed Ritual of Souls, implemented soulwell giving healthstones according to ↵Xanadu
warlock's Improved Healthstone talent points. --HG-- branch : trunk
2010-02-03Quest Support All Along the Watchtowers (5097,5098). Thanks Retriman.Trazom62
Fixes issue #519. --HG-- branch : trunk
2010-02-02Changes in Trial of the Champion:_manuel_
-Implemented new scripts for Grand Champions, it includes vehicle fight (it is not 100 % done) -Implemented more Vehicles Accessories. (related with the instance) -Implemented basic support for event at spawn or dead from Boss Eadric/Paletress. -Implemented basic support for event at spawn from Boss Black Knight. For a complete fix see TDB forum > New Fix Submissions > Core related DB content. --HG-- branch : trunk
2010-02-02*Drop spell_stack_masks tableQAston
*Add spell_group_stack_rules table (for more info see wiki) *The table is maintained by core team *Move some spell specific out of core to the new table --HG-- branch : trunk
2010-02-01*drop spell_elixir tableQAston
*add spell_group table for storage of groups of spell (kinda obvious, isn't it?) and populate the table with converted spell_elixir table data *the table is going to be maintained by core team *fix percentage display at spell_ranks table loading *add TARGET_UNIT_CASTER to allowed learn spell targets in npc_trainer table, thanks to Aokromes for noticing the issue. --HG-- branch : trunk
2010-02-01Updated world.sql and characters.sql.teacher
Removed commented code form realm.sql and set account.expansion field default value to 2 (wotlk) (thx Aokromes). Properly set default values for some world DB fields. Properly set some world DB fields to allow Database import in strict mode (by Brian). Updated world_script_full with recent committed npc script. Renamed a couple of files with proper revision number. Note: no DB data will changed nor harmed by this commit. --HG-- branch : trunk
2010-02-01* Fix typo in script_texts entry -1580067. Reported by ogeraisi.XTZGZoReX
--HG-- branch : trunk
2010-01-31Closes issue 565. Implemented script for wormhole by make_the_king. For a ↵_manuel_
full fix see TDB Forums New Fix Submissions > Core related DB content. --HG-- branch : trunk
2010-01-31* Backed out changeset af19f9ff6dd8Brian
* Spell ranks are handled by the (imagine this) spell_ranks table * Data already in spell_ranks for these spells * Thanks QAston --HG-- branch : trunk
2010-01-31* Add spell required data for Totem of Wrath ranks 2-4Brian
* Thanks Wladass --HG-- branch : trunk
2010-01-31*Drop no longer needed sql table.QAston
--HG-- branch : trunk
2010-01-30*Add error checks at spell_required table loadingQAston
*Allow spell_required table to store more than 1 spell learn requirement for a spell *spell_required table data is removed from world.sql and since this commit the data for it should be maintained by db project you're using. --HG-- branch : trunk
2010-01-30Typo in last commit :(Spp
--HG-- branch : trunk
2010-01-30Added missing CMakeList file.Spp
* Thanks to Taliesin * Closes 573 --HG-- branch : trunk
2010-01-30* Set auto increment values for creature and gameobject GUIDs outside of TDBBrian
ranges. * All custom content should have GUIDs > 250000 for `creature` and GUIDs > 200000 for `gameobject` --HG-- branch : trunk
2010-01-29* Changed the default security levels for some commandsBrian
* Deleted no longer used loadscripts command * Updated security levels in the command table to match defaults in the core --HG-- branch : trunk
2010-01-29* Fixed import error on spell_ranks, thanks for the info QAstonBrian
--HG-- branch : trunk
2010-01-29*Fix build with GCC, thanks to Brian.QAston
--HG-- branch : trunk rename : sql/updates/7234_world_spell_ranks.sql => sql/updates/7236_world_spell_ranks.sql
2010-01-29*Prevent linked effects to apply area auras in ↵QAston
Unit::RemoveAreaAurasDueToLeaveWorld, finally fix the update sql --HG-- branch : trunk
2010-01-29*Changes from recent commit into update file, sorry for that :<QAston
--HG-- branch : trunk rename : sql/updates/7233_world_spell_ranks.sql => sql/updates/7234_world_spell_ranks.sql
2010-01-29*Typofix - Journeyman - rank 2 Apprentice - rank1QAston
--HG-- branch : trunk rename : sql/updates/7232_world_spell_ranks.sql => sql/updates/7233_world_spell_ranks.sql
2010-01-29*Move spell rank extractor out of core, use sql table instead for easier ↵QAston
maintaining of dependant database data. --HG-- branch : trunk
2010-01-28Fix Script Violet HoldTrazom62
- fix event reset if wipe at a boss - fix boss not random again after a wipe - fix erekem guard handling - fix portal random location - fix save and load data - fix world state display for wave count - fix some timers - fix mob_erekem_guard set on correct creature_template entry Still WIP. --HG-- branch : trunk
2010-01-27Moved old sql update files to 3.2.2a_old directory.teacher
--HG-- branch : trunk
2010-01-27Fixed hunter trap procs - Entrapment and Lock and Load shall be henceforth ↵Xanadu
proced only by the correct traps. Closes issue #110. --HG-- branch : trunk
2010-01-26* Added a stupidity check into world.sql so it can not be importedBrian
* accidentally --HG-- branch : trunk
2010-01-24Some good old fashioned proper Trinity Standard sql renaming and formatting.nihal
Also added missing data to world.sql. --HG-- branch : trunk
2010-01-23* Fix CRLF.XTZGZoReX
--HG-- branch : trunk
2010-01-23table create for previous committhenecromancer
--HG-- branch : trunk
2010-01-22* Fixed a typo in 7147_world_creature_template.sql that prevented importBrian
--HG-- branch : trunk
2010-01-21* SQL need to restore the *structure* of the DB after the backoutBrian
* from the previous commit --HG-- branch : trunk
2010-01-21* Backed out changeset c7c6faf26cbdBrian
* A different solution to damage will be implemented * You will need data from your DB provider if you don't have a backup --HG-- branch : trunk
2010-01-21* Add support for basedmg and baserangeddmg values in creature_classlevelstats.win32
* Remove mindmg, maxdmg, attackpower and ranged field in creature_template and add Dmg_Mod, Rangeddmg_Mod field. --HG-- branch : trunk
2010-01-21update sql in prev commit to trinity formatwin32
--HG-- branch : trunk
2010-01-21Implement new commands for add/remove/lookup titles.win32
Autor Vladimir. --HG-- branch : trunk
2010-01-20* Wintergrasp removal -- part 4: "How deep does the cancer run?"Brian
--HG-- branch : trunk
2010-01-20* Add basic AddonMgr.XTZGZoReX
* All this really does at the moment is save addon names + CRCs to DB for use for.. whatever, later. --HG-- branch : trunk
2010-01-20* Wintergrasp removal part 3 (should be *FINAL*)Brian
--HG-- branch : trunk
2010-01-20* Wintergrasp removal part 2Brian
--HG-- branch : trunk
2010-01-18Fix Script Naxxramas/GothikTrazom62
- fix spell of adds - fix wave schedule to use correct entry --HG-- branch : trunk
2010-01-18Implemented script for item Petrov's Cluster Bombs, code from ScriptDev2._manuel_
--HG-- branch : trunk
2010-01-18FIx sql naming and some small sql cosmetics.teacher
--HG-- branch : trunk
2010-01-17Fix Script Naxxramas/Gothik with help of scarymovie87Trazom62
Fixes issue #80. - Implement support for "merging" life and dead side after ~2 minutes, if group is not splitted - Implement support for opening central gate at 30% boss health - Implement Gothik teleport between side when above 30% boss health - Fix dead-side mobs spawn in 25-Man difficulty - Fix waves setup. - Fix some timers (this may still need some tuning). - Fix sporadic combat reset when Gothic teleport to ground. --HG-- branch : trunk
2010-01-16Added update file for previous commit.teacher
--HG-- branch : trunk
2010-01-16Update gossip_menu_option data by Maximius.teacher
--HG-- branch : trunk
2010-01-16Add Argent Tournament Target Dummies by kaelima.teacher
--HG-- branch : trunk
2010-01-16Add Trigger teleport to acherus (for quest 12757) by denyde.teacher
Added missing data to world.sql. --HG-- branch : trunk
2010-01-16Fixed typo._manuel_
--HG-- branch : trunk
2010-01-16Dustwallow Marsh: Implemented basic support for quest "Cleansing Witch Hill" ↵_manuel_
(11183). --HG-- branch : trunk