Commit graph

8 commits

Author SHA1 Message Date
Brian
b09f7b8c97 * Typo in previous commit
--HG--
branch : trunk
2010-07-08 02:30:47 -06:00
Brian
215107b338 * Implement proper script support for quest "The Prophecy of Akida" (9544)
* Script by antihrist

--HG--
branch : trunk
2010-07-08 02:22:20 -06:00
teacher
285d9eed2c Added serverside spell place holder for future development.
Added missing data to world_database.sql.
Corrected a couple of typos in world_script_texts.sql.

--HG--
branch : trunk
2010-07-04 13:59:57 +02:00
teacher
8eb50ddce6 Added missing data to fulls and better format for sql update files.
--HG--
branch : trunk
2010-06-29 13:22:56 +02:00
teacher
3b696354b7 Added missing script to full (thank you azazel_kon for spotting them).
Small sql editing (cosmetic, NO sql need to be re-applied).

--HG--
branch : trunk
2010-06-27 11:30:38 +02:00
Tartalo
4ca242aa93 Violet Hold: Azure Saboteour animation on boss encounters, by DenissRassman
From issue #2180

--HG--
branch : trunk
2010-06-26 23:40:24 +02:00
Tartalo
ef78604e78 Violet Hold: Instance mechanics fixes, by PivoNRoll
Closes issue #2733
Implements door hiting by trash, trash waypoints and more

--HG--
branch : trunk
2010-06-19 20:57:58 +02:00
Brian
5a9076486f * Renamed some directories in sql/ to more accurately reflect their purpose
--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-09 00:54:15 -06:00