| Age | Commit message (Collapse) | Author |
|
has its own entry (for future Dungeon Finder development)
Added completed achievement as new requirement type
Removed obsolete access_id from areatrigger_teleport table
Implemented automatic downscaling of raid difficulty when requested mode does not exist
Changed dungeon_difficulty in characters table to instance_mode_mask saving both dungeon and raid difficulty in form (dungeon diff | raid diff << 4)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Remove the nasty hack that we had to handle Vanguard Alliance / Horde
* Expedition, and city spillover.
* Needs DB data
* Original patch by NoFantasy
--HG--
branch : trunk
|
|
* Need DB data for this to work
* Original patch by NoFantasy
--HG--
branch : trunk
|
|
it compile with GCC.
*Add hook for handling spell effects in new scripting system.
--HG--
branch : trunk
|
|
for each spell effect
Allow SPELL_EFFECT_DUMMY spells to use spell_scripts
--HG--
branch : trunk
|
|
* Patch by Visagalis
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Update world_database.sql with that data
--HG--
branch : trunk
|
|
* Requires DB data to actully do anything, however not needed for working
* server
* Original patch by Vladimir
--HG--
branch : trunk
|
|
* Must be enabled in conf AND set in worldstates for what you want to clean
* CLEANING_FLAG_ACHIEVEMENT_PROGRESS = 0x1,
* CLEANING_FLAG_SKILLS = 0x2,
* CLEANING_FLAG_SPELLS = 0x4,
* CLEANING_FLAG_TALENTS = 0x8
* Set to 0xF to clean all 4
* Patch by hunuza
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
world_database.sql.
Some random Trinity standards in sql syntax.
--HG--
branch : trunk
|
|
* the DB, so they can be unerased
* Original patch by DasBlub
* Ported to Trinty by Az@zel
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
NOTE: instance disables were not converted for new system! if you had some then you need to fix that using new system
--HG--
branch : trunk
|
|
azazel_kon for sql
*Fix a compile typo in prev commit.
--HG--
branch : trunk
|
|
little lesson).
--HG--
branch : trunk
|
|
Added serverside spell place holder for future development.
Better syntax for a recent sql update (no need to re-import it).
--HG--
branch : trunk
|
|
Closes issue #286
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
*Manually add corruption to list of spells affected by Everlasting Affliction.
--HG--
branch : trunk
|
|
incorrect amount as the issue is somewhere else
Add forgotten Stances and StancesNot fields to data insert in world sql
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Renamed "character_database.sql" to "characters_database.sql". (yeah I know, you're gonna hate me, but I'm pedantic!)
--HG--
branch : trunk
|
|
* 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
|
|
--HG--
branch : trunk
|
|
Added missing data to world_database.sql.
Corrected a couple of typos in world_script_texts.sql.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Gyullo for spotting it).
Added place holder for serverside spell.
--HG--
branch : trunk
|
|
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
|
|
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
|
|
--HG--
branch : trunk
|
|
By Gyullo. Fixes issue 2166.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
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
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
item_template (like gladiator gear)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Closes issue #2519.
--HG--
branch : trunk
|
|
--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
|