aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2010-07-09* Update drop file as wellBrian
--HG-- branch : trunk
2010-07-09* Updated DB name in DB create file to reflect the new authserverBrian
--HG-- branch : trunk
2010-07-09* Proper naming for auth SQL fileBrian
* Update base SQL file for new installs --HG-- branch : trunk rename : sql/updates/3.3.5a_old/8861_realmd_realmlist.sql => sql/updates/3.3.5a_old/8861_auth_realmlist.sql
2010-07-08* Rename SQL fileBrian
--HG-- branch : trunk rename : sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql => sql/updates/3.3.5a_old/8861_realmd_realmlist.sql
2010-07-08* Prepare SQL directoriesBrian
--HG-- branch : trunk rename : sql/updates/8770_world_areatrigger_scripts.sql => sql/updates/3.3.3a_old/8770_world_areatrigger_scripts.sql rename : sql/updates/8770_world_script_waypoints.sql => sql/updates/3.3.3a_old/8770_world_script_waypoints.sql rename : sql/updates/8770_world_scriptname.sql => sql/updates/3.3.3a_old/8770_world_scriptname.sql rename : sql/updates/8790_world_locales_item_set_names.sql => sql/updates/3.3.3a_old/8790_world_locales_item_set_names.sql rename : sql/updates/8816_world_spell_bonus_data.sql => sql/updates/3.3.3a_old/8816_world_spell_bonus_data.sql rename : sql/updates/8821_world_spell_dbc.sql => sql/updates/3.3.3a_old/8821_world_spell_dbc.sql rename : sql/updates/8836_world_spell_linked_spell.sql => sql/updates/3.3.3a_old/8836_world_spell_linked_spell.sql rename : sql/updates/8842_world_script_texts.sql => sql/updates/3.3.3a_old/8842_world_script_texts.sql rename : sql/updates/8842_world_scriptname.sql => sql/updates/3.3.3a_old/8842_world_scriptname.sql rename : sql/updates/8843_world_scriptname.sql => sql/updates/3.3.3a_old/8843_world_scriptname.sql
2010-07-08* Typo in previous commitBrian
--HG-- branch : trunk
2010-07-08* Implement proper script support for quest "The Prophecy of Akida" (9544)Brian
* Script by antihrist --HG-- branch : trunk
2010-07-07Added drop statement before table renameShauren
Because Aokromes wasnt happy. --HG-- branch : trunk
2010-07-06Fix to make the Argent Defender trigger the visuals (by amki).teacher
--HG-- branch : trunk
2010-07-04Added serverside spell place holder for future development.teacher
Added missing data to world_database.sql. Corrected a couple of typos in world_script_texts.sql. --HG-- branch : trunk
2010-07-02Fixed Chain Lightning overproccing with Lightning Overload, patch by DrTenmaShauren
Closes issue #1198. --HG-- branch : trunk
2010-06-30Remove sql content managed by TDBTartalo
--HG-- branch : trunk
2010-06-30Fix sql from rev 8806 for the new conditions systemTartalo
--HG-- branch : trunk
2010-06-30Obsidian Sanctum: Many improvements & fixes, by moriquenduTartalo
Closes issue #1278 Closes issue #2505 Finally I make some time to review & push this change. Thanks for the patience --HG-- branch : trunk
2010-06-29Make table names more consistent (item_set_names and locale)Shauren
--HG-- branch : trunk
2010-06-29Added missing data to fulls and better format for sql update files.teacher
--HG-- branch : trunk
2010-06-28Add Hard Mode support to Flame Leviathan. more code cleanup.Supabad
Big Thanks to all who participated. --HG-- branch : trunk
2010-06-27Moved sql update files to 3.3.3a_old directory. You know what that means!teacher
--HG-- branch : trunk
2010-06-27Added missing script to full (thank you azazel_kon for spotting them).teacher
Small sql editing (cosmetic, NO sql need to be re-applied). --HG-- branch : trunk
2010-06-26Violet Hold: Azure Saboteour animation on boss encounters, by DenissRassmanTartalo
From issue #2180 --HG-- branch : trunk
2010-06-22* Remove table from database that is no longer needed after previous commitBrian
--HG-- branch : trunk
2010-06-21Added forgotten spell_linked_spell values in previous commit (thank you ↵teacher
Gyullo for spotting it). Added place holder for serverside spell. --HG-- branch : trunk
2010-06-21Drop cond3 fields in gossip_menu_option table (the sql update was forgotten ↵teacher
when condition table was implemented) and finally update world_database.sql accordingly. Removed all vehicle and gossip data from world_database.sql. DB projects must now handle such data. One file renamed (cosmetic) (thx Aokromes for spotting it). --HG-- branch : trunk
2010-06-21Added missed sql update file for Rev 8613.teacher
Removed hackish non-TrinityCore related 8640_world_creature_template.sql. Proper fix can be found on forum (Accepted Fixes). Don't worry if you used it, it was a harmless hotfix and it will not cause any issue when using proper fix from forum. Added to world_database missed changes updates. Minor sql standards cleanup. --HG-- branch : trunk
2010-06-20Nicer approach for Repeteance fix using spell_linked_spellTartalo
--HG-- branch : trunk
2010-06-19Fixed the client crash near Exodar mysteriously caused by a model ID. Closes ↵Xanadu
issue #2731. --HG-- branch : trunk
2010-06-19Violet Hold: Instance mechanics fixes, by PivoNRollTartalo
Closes issue #2733 Implements door hiting by trash, trash waypoints and more --HG-- branch : trunk
2010-06-18Changed PKs in world_database.sql...which I forgot to do in 8625.Xanadu
--HG-- branch : trunk
2010-06-17Fixed pool system I broke in 52fac32a0b35, added a check for child pools and ↵Xanadu
rearranged primary keys to prevent inclusion of single creature/GO spawn in multiple pools. --HG-- branch : trunk
2010-06-15Drop Flag on Nitro Boost usage for WSG and EoS.John Holiver
By Gyullo. Fixes issue 2166. --HG-- branch : trunk
2010-06-14Removed useless comment columns from the pool system DB tables.Xanadu
--HG-- branch : trunk
2010-06-14Added support for removing blizz items from character creation info by ↵Shauren
adding entry to playercreateinfo_item with count -1 Added support for all class/all race in playercreateinfo_item by setting class/race to 0 (like currently playercreateinfo_spell) --HG-- branch : trunk
2010-06-14Missing file from the last commit.John Holiver
--HG-- branch : trunk
2010-06-14Fix Nature's Guardian ICD (5->30).John Holiver
--HG-- branch : trunk
2010-06-12Added forgotten field to `item_set_names` since this data come from WDBShauren
--HG-- branch : trunk
2010-06-11Added support for item set names in case where item does not exist in ↵Shauren
item_template (like gladiator gear) --HG-- branch : trunk
2010-06-11Drop 'reload spell_script_target' command from DB because this table dropped ↵Anubisss
with the ConditionManager. --HG-- branch : trunk
2010-06-10Add a missing SQL from reload conditions.Anubisss
--HG-- branch : trunk
2010-06-09Forgot to push the mod on world.sql from r67325b1a0aJohn Holiver
--HG-- branch : trunk
2010-06-09Allow to sell item for: money, extendedCost or money+extendedCost.John Holiver
The new method (money+extende) can be used by using negative values on npc_vendor.ExtendedCost. This one goes dedicated to ZxBiohazardZx. Tnx also to VladimirMangos. --HG-- branch : trunk
2010-06-09Fixed [T10] Paladin 4P Protection bonusShauren
Closes issue #2519. --HG-- branch : trunk
2010-06-09* Missed directoryBrian
--HG-- branch : trunk
2010-06-09* Renamed some directories in sql/ to more accurately reflect their purposeBrian
--HG-- branch : trunk rename : sql/auth_database.sql => sql/base/auth_database.sql rename : sql/character_database.sql => sql/base/character_database.sql rename : sql/world_database.sql => sql/base/world_database.sql rename : sql/tools/CMakeLists.txt => sql/create/CMakeLists.txt rename : sql/tools/create_mysql.sql => sql/create/create_mysql.sql rename : sql/tools/drop_mysql.sql => sql/create/drop_mysql.sql rename : sql/full/CMakeLists.txt => sql/scripts/CMakeLists.txt rename : sql/full/world_script_texts.sql => sql/scripts/world_script_texts.sql rename : sql/full/world_script_waypoints.sql => sql/scripts/world_script_waypoints.sql rename : sql/full/world_scripts_full.sql => sql/scripts/world_scripts_full.sql
2010-06-08Added support for reloading creature_onkill_reputation tableShauren
Commented ace in externals/CmakeLists.txt and moved zlib before g3dlite, requested by click --HG-- branch : trunk
2010-06-08Only proc Infusion of Light (active buff) on Holy Shock criticals. (Problem ↵Machiavelli
introduced in previous fix) Author: Shauren --HG-- branch : trunk
2010-06-08Fix Infusion of Light talent (53569,53576), properly cast HoT on target ↵Machiavelli
after Flash of Light cast when target has Sacred Shield active. Big thanks to Shauren, QAston and JohnHoliver. --HG-- branch : trunk
2010-06-07* Cleanup in sql directory.XTZGZoReX
--HG-- branch : trunk
2010-06-07More case sensitive renamingTartalo
--HG-- branch : trunk rename : sql/FULL/CMakeLists.txt => sql/full/CMakeLists.txt rename : sql/FULL/world_script_texts.sql => sql/full/world_script_texts.sql rename : sql/FULL/world_script_waypoints.sql => sql/full/world_script_waypoints.sql rename : sql/FULL/world_scripts_full.sql => sql/full/world_scripts_full.sql
2010-06-05Added conditions table to world.sql.teacher
Minor sql cleanup. --HG-- branch : trunk
2010-06-05Forgot to add the sql changes to full file. Ty Machiavelli ;)Tartalo
--HG-- branch : trunk