aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
AgeCommit message (Collapse)Author
2009-06-16"*Fix Kindred Spirits.QAston
*Fix typo causing auras SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR to modify ap with too big amount. --HG-- branch : trunk
2009-06-15*Some cleanup in full sqls.QAston
--HG-- branch : trunk
2009-06-13Add changes to world.sql for last few revisionsChaz Brown
--HG-- branch : trunk
2009-06-13*Fix Improved Succubus.QAston
--HG-- branch : trunk
2009-06-12Fix more world.sql typosChaz Brown
--HG-- branch : trunk
2009-06-12Fix a typo in world.sqlChaz Brown
--HG-- branch : trunk
2009-06-12Fix a couple of errors in world.sqlChaz Brown
--HG-- branch : trunk
2009-06-12Completely new dump of world.sql with a ton of hand editing, can't test that ↵Chaz Brown
there are no errors now, but, since this is really just for DB makers to base their work off of, it shouldn't mess anything up for regular users. Let me know if you do find any glaring errors, though. --HG-- branch : trunk
2009-06-06*Remove Arcane Blast on Arcane Missiles and Arcane Barrage castQAston
*Spell_affect entry for Fingers of frost - by Larva *use spellaffect entries in every affect check *Allow spell_affect table to modify affect data for any spell --HG-- branch : trunk
2009-05-28Fix wrong data type for core_revision in DB, againParadox
--HG-- branch : trunk
2009-05-10*Remove Mana Tap from players and Drop Mana Tap's code. This spell not ↵Anubisss
needed in 3.0.2+ --HG-- branch : trunk
2009-03-22* Merged ScriptDev2 928Muhaha
--HG-- branch : trunk
2009-03-21* Implement ".server set closed on/off" command to allow/deny new ↵XTZGZoReX
connections to the world. --HG-- branch : trunk
2009-03-12*Merge.megamage
--HG-- branch : trunk
2009-03-12*Fix typos - by EIFELBlaymoira
--HG-- branch : trunk
2009-03-06*Merge.megamage
--HG-- branch : trunk
2009-03-05*Implement access_requirement table - by IskanderBlaymoira
- now check the requirements on teleport not only on areatrigger use - moved some columns from instance_template and areatrigger_teleport to access_requirement table --HG-- branch : trunk
2009-02-23*Merge.megamage
--HG-- branch : trunk
2009-02-23*Fix a typoBlaymoira
--HG-- branch : trunk
2009-02-23*Cleanup in world.sqlBlaymoira
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2008-12-24*SQL clean up.megamage
--HG-- branch : trunk
2008-12-13*Fix a typo in world.sql thx for pointing TransatlanticBlaymoira
*Added Brewfest and Winter Reveler script --HG-- branch : trunk
2008-12-09*Merge to solve EOL issue.megamage
--HG-- branch : trunk
2008-12-10Featuring a rewritten waypoint movement with more options, optimised code ↵MeanMachine@MeanMachine-PC
and revamped ingame waypoint control. To convert entries from the old tables manually, please use the PHP script provided at http://www.trinitycore.org/forum/project.php?issueid=830 --HG-- branch : trunk
2008-10-27[svn] * fixed world.sql LOCK/UNLOCK for script_texts tableslg
--HG-- branch : trunk
2008-10-25[svn] Update trinityscript to SD2 rev 700. Source: scriptdev2. Patch ↵megamage
provided by SLG. --HG-- branch : trunk
2008-10-22[svn] Add missing SQL changes from prev. commit, also fix mistakenly ↵w12x
commented out line. Patch provided by Visagalis. --HG-- branch : trunk
2008-10-21[svn] Implement a new table (spell_disabled) to allow disabling some spells ↵w12x
for players and / or creatures. To disable a spell for a players and pets, set 2^0 in the disable_mask, to disable for creatures, set 2^1. The comment field is optional. Original patch provided by Craker. --HG-- branch : trunk
2008-10-14[svn] * SQL cleanuprunningnak3d
* Removed unneeded revision SQL, since everyone will be starting off at a single revision. * Left the characters SQL in case someone needs to convert a MaNGOS characters DB * Final dumps of realmd / world / and characters DB schemas --HG-- branch : trunk
2008-10-14[svn] * Merge Temp dev SVN with Assembla.Seline
* Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. --HG-- branch : trunk
2008-10-12[svn] * Send ShutdownMsg to console using outstring_log.Seline
* Prevent Client Crashes when MOVEMENTFLAG_ONTRANSPORT and MOVEMENTFLAG_SPLINE2 is set on creatures. * Implement four new SEC_ADMINISTRATOR commands: - Group (.group [leader]/[disband]/[remove]) commands. - GameObject State (.gobject state <guid> <state>) command. --HG-- branch : trunk
2008-10-12[svn] * Changed: .respawn now respawns only single creature if selected. <3 ↵XTZGZoReX
Seline. * Added: .nameannounce command. Includes name of announcer. --HG-- branch : trunk
2008-10-12[svn] * Various small changes here and there.XTZGZoReX
* Implementing MangChat IRC system. * Added new config option, MAX_WHO, can be used to set the limit of characters being sent in a /who request from client. --HG-- branch : trunk
2008-10-11[svn] * svn:eol-style native set on all files that need itNeo2003
--HG-- branch : trunk
2008-10-10[svn] * Fixing some typos in SQL files.XTZGZoReX
* Applying proper structure to SQL updates. * Fixing ImpConfig compile problems. * Moving INSTALL to INSTALL.linux to avoid autoconf collisions. --HG-- branch : trunk rename : INSTALL => INSTALL.linux rename : sql/updates/10_instantiated_battlegrounds.sql => sql/updates/10_world.sql rename : sql/updates/11_arena_points_characters.sql => sql/updates/11_characters.sql
2008-10-10[svn] * Changing text in various files to make it more Trinity Core-like, as ↵XTZGZoReX
well as fixing the grammar and understandability in certain files. * Adding INSTALL file to root with Linux instructions. * Renaming mangos.sql to world.sql until we figure another world database name (if we actually do, world seems fine to me). * Updating config files with Trinity text instead of MaNGOS text. --HG-- branch : trunk