aboutsummaryrefslogtreecommitdiff
path: root/sql/base
AgeCommit message (Collapse)Author
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-07Added support for scripting achievement criteria checks using ↵Shauren
ACHIEVEMENT_CRITERIA_DATA_TYPE_SCRIPT (11) --HG-- branch : trunk
2010-08-07* Move all movable spell effects from core to DB. Needs DB support.azazel
* Fix some compile errors made in previous commits. --HG-- branch : trunk
2010-08-06Implemented Dalaran no-fly zoneShauren
--HG-- branch : trunk
2010-08-06Moved Pain and Suffering (47948) script effect to spell script.azazel
--HG-- branch : trunk
2010-08-06* Added outdoorpvp_template table (currently unused).XTZGZoReX
* Added DISABLE_TYPE_OUTDOORPVP (5) which can disable outdoorpvp_template entries. --HG-- branch : trunk
2010-08-06* Add ScriptName to conditions.XTZGZoReX
--HG-- branch : trunk
2010-08-06* Add ScriptName to game_weather.XTZGZoReX
--HG-- branch : trunk
2010-08-06Added ScriptName to battleground_template for script system rewriteShauren
--HG-- branch : trunk
2010-08-06Removed unused access_id from instance_template table (obsolete since ↵Shauren
access_requirement rewrite) Fixed build issues with my previous commit --HG-- branch : trunk
2010-08-06Added ScriptName to transports table for script system rewriteShauren
--HG-- branch : trunk
2010-08-06* Minor correction to world_database.sql.XTZGZoReX
--HG-- branch : trunk
2010-08-05Add forgotten proc flags in revision ed3790455dfd (9166)Shauren
--HG-- branch : trunk
2010-08-04Fixed pet talents: Guard Dog and SilverbackShauren
Removed pre-3.3.0 code for Improved Cower Closes issue #3198. --HG-- branch : trunk
2010-08-04Fixed Carrion Feeder pet talentShauren
Removed useless code for Wolverine Bite --HG-- branch : trunk
2010-08-03Fixed Heart of the Phoenix pet spellShauren
--HG-- branch : trunk
2010-08-03*Update spell_bonus_data for Garrote - by svetilo12.QAston
*Fix build. --HG-- branch : trunk
2010-08-02Move a couple of warrior spell dummy effect handlers to spell scripts.silinoron
--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-08-02Updated .pdump commandsShauren
Deleted (but kept in db) characters cannot be dumped --HG-- branch : trunk
2010-08-02Add selection weights to BG and Arenas. Will determine the selected BG/Arena ↵Spp
chosen using random BG/Arenas from the enabled list. Closes issue 2843 --HG-- branch : trunk
2010-08-01* I'm a firm believer that if you told a computer to make a variable ↵XTZGZoReX
'unsigned unsigned' it would blow up. --HG-- branch : trunk
2010-08-01*Use spell_ranks table in spell scripts to not duplicate data.QAston
--HG-- branch : trunk
2010-08-01*Disable spellpower/ap bonus for flametongue - by Visagalis.QAston
--HG-- branch : trunk
2010-07-31*Update ppm chance for Unbridled Wrath - by insider42.QAston
--HG-- branch : trunk
2010-07-31*Add data from r4bf7778333 to world_database.sqlQAston
*Add 22 sec internal cooldown to Lock and Load - by servet. --HG-- branch : trunk
2010-07-31Core/SQL: Fix character_database structure-creation - thanks to some ↵click
number-thingie@qq Closes issue 3181 --HG-- branch : trunk
2010-07-30Some forgotten changes.silinoron
--HG-- branch : trunk
2010-07-31Core/SQL: Add commentfield in battleground_templateclick
Support-data found on TDB : http://forum.trinitycore.org/forum/122-core-related-db-content/ --HG-- branch : trunk
2010-07-30Killed the last blob field (corpse)Shauren
--HG-- branch : trunk
2010-07-30Deleted data blob in item_instanceShauren
Fixed issues with displaying sockets/enchants/durability on heroic items --HG-- branch : trunk
2010-07-29Remade access_requirement table, now each difficulty mode for each instance ↵Shauren
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
2010-07-29Modified announce command to be more blizzlikeShauren
--HG-- branch : trunk
2010-07-28Fixed spellpower coef for Lifebloom final healShauren
--HG-- branch : trunk
2010-07-26* Implement reputation spillover via the databaseBrian
* 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
2010-07-26* Implement reputation reward rate for quest / creaturesBrian
* Need DB data for this to work * Original patch by NoFantasy --HG-- branch : trunk
2010-07-24*Add base scripting interfce for spells - thanks to Brian for help in making ↵QAston
it compile with GCC. *Add hook for handling spell effects in new scripting system. --HG-- branch : trunk
2010-07-24Modified spell_scripts table, it is now possible to add different scripts ↵Shauren
for each spell effect Allow SPELL_EFFECT_DUMMY spells to use spell_scripts --HG-- branch : trunk
2010-07-24* Add lootid output to .gobj info commandBrian
* Patch by Visagalis --HG-- branch : trunk
2010-07-24Fixed trauma/mangle stacking. Fixes issue #1460.Xanadu
--HG-- branch : trunk
2009-07-23Added missing data to world_database.sql forgotten in commit 9000._manuel_
--HG-- branch : trunk
2010-07-23* Proper Trinity SQL standards for recent orientation fileBrian
* Update world_database.sql with that data --HG-- branch : trunk
2010-07-22* Add the ability to set player orientation for new characters.Brian
* Requires DB data to actully do anything, however not needed for working * server * Original patch by Vladimir --HG-- branch : trunk
2010-07-22* Implemented DB cleaning on startupBrian
* 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
2010-07-22Added placeholder for serverside spell for future development.teacher
--HG-- branch : trunk
2010-07-22Fixes import errors (updated insert statements to new table structures) to ↵teacher
world_database.sql. Some random Trinity standards in sql syntax. --HG-- branch : trunk
2010-07-21* Implement the ability to delete characters without them being removed fromBrian
* the DB, so they can be unerased * Original patch by DasBlub * Ported to Trinty by Az@zel --HG-- branch : trunk
2010-07-21Added forgotten changes to world_database.sql for disable system.teacher
--HG-- branch : trunk
2010-07-21Added global disable system and moved all disable fields/tables/configs into itShauren
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
2010-07-19*Correct typo in CastSpeedSlow spellgroup - by tassader1000, thanks ↵QAston
azazel_kon for sql *Fix a compile typo in prev commit. --HG-- branch : trunk