Commit graph

17 commits

Author SHA1 Message Date
teacher
8fa3640220 Fix to make the Argent Defender trigger the visuals (by amki).
--HG--
branch : trunk
2010-07-06 13:46:39 +02: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
Shauren
26b48fda05 Make table names more consistent (item_set_names and locale)
--HG--
branch : trunk
2010-06-29 13:32:07 +02:00
Brian
8163dfaf4f * Remove table from database that is no longer needed after previous commit
--HG--
branch : trunk
2010-06-22 19:39:02 -06:00
teacher
b90ec9bec8 Added forgotten spell_linked_spell values in previous commit (thank you Gyullo for spotting it).
Added place holder for serverside spell.

--HG--
branch : trunk
2010-06-21 22:12:14 +02:00
teacher
b274011761 Drop cond3 fields in gossip_menu_option table (the sql update was forgotten 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-21 15:21:48 +02:00
teacher
43fc1bd4e3 Added missed sql update file for Rev 8613.
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-21 09:34:38 +02:00
Xanadu
aa0f5df41f Changed PKs in world_database.sql...which I forgot to do in 8625.
--HG--
branch : trunk
2010-06-18 22:38:18 +02:00
John Holiver
77d0a92050 Drop Flag on Nitro Boost usage for WSG and EoS.
By Gyullo. Fixes issue 2166.

--HG--
branch : trunk
2010-06-15 20:34:29 -03:00
Xanadu
55495ea859 Removed useless comment columns from the pool system DB tables.
--HG--
branch : trunk
2010-06-14 22:22:11 +02:00
Shauren
82f093b654 Added support for removing blizz items from character creation info by 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-14 21:03:05 +02:00
John Holiver
8020f77ed9 Fix Nature's Guardian ICD (5->30).
--HG--
branch : trunk
2010-06-14 11:40:25 -03:00
Shauren
58079baa6d Added forgotten field to item_set_names since this data come from WDB
--HG--
branch : trunk
2010-06-12 17:21:21 +02:00
Shauren
7568d47ec6 Added support for item set names in case where item does not exist in item_template (like gladiator gear)
--HG--
branch : trunk
2010-06-11 20:02:46 +02:00
John Holiver
ac07341765 Forgot to push the mod on world.sql from r67325b1a0a
--HG--
branch : trunk
2010-06-09 19:44:33 -03:00
Shauren
c47ea9c94b Fixed [T10] Paladin 4P Protection bonus
Closes issue #2519.

--HG--
branch : trunk
2010-06-09 20:46:56 +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
Renamed from sql/world_database.sql (Browse further)