aboutsummaryrefslogtreecommitdiff
path: root/sql/scripts
AgeCommit message (Collapse)Author
2010-08-07Remove useless hack for Leeeeeeeeeeeeeroy! achievementShauren
--HG-- branch : trunk
2010-08-07Implemented ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTUREShauren
Added support for "in single battleground" and "without dying" requirement to battleground achievements Add examples of scripting achievement (School of Hard Knocks, Storm Glory) --HG-- branch : trunk
2010-08-07* Some cleanups in world_scripts_full.sql.XTZGZoReX
* SQL updates for `battleground_template`.`Comment` (by Click), and `outdoorpvp_template` content. --HG-- branch : trunk
2010-08-02Moved spell_script_names data from world_scripts_full.sql to ↵teacher
world_database.sql, it is to be kept here from now on. Added missing data to fulls. Some cosmetic fixes to a couple of sql update files. No need to re-apply any sql file for this commit. --HG-- branch : trunk
2010-07-31Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of ↵silinoron
Faith, and Judgement of Command to spell scripts. --HG-- branch : trunk
2010-07-31Fixes many sql errors in the sql/scripts/ directory. Please devs don't just ↵Liberate
copy-paste the sql from the updates directory into these sql files. This might cause errors. --HG-- branch : trunk
2010-07-27Move dummy effect handlers for all SPELLFAMILY_HUNTER dummy effect handlers ↵silinoron
but Scatter Shot to spell scripts. --HG-- branch : trunk
2010-07-27Cleanup the mage spell scripts, and move SPELLFAMILY_PRIEST and ↵silinoron
SPELLFAMILY_ROGUE dummy effect handlers to spell scripts. --HG-- branch : trunk
2010-07-26Fix a typo in cmakelists and add spell_script_names to world_scripts_full.silinoron
--HG-- branch : trunk
2010-07-26Update Zul Farrak, add pyramid event. thanks to totoro requires db supportSupabad
--HG-- branch : trunk
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-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-06-29Added missing data to fulls and better format for sql update files.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-19Violet Hold: Instance mechanics fixes, by PivoNRollTartalo
Closes issue #2733 Implements door hiting by trash, trash waypoints and more --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