aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
AgeCommit message (Collapse)Author
2010-05-20Fix talent Heart of the Wild.Anubisss
SQL part of the patch by havenard. --HG-- branch : trunk
2010-05-19Fix talent Reaping.Anubisss
Patch by onehitxzibit2. Closes issue #1680. --HG-- branch : trunk
2010-05-19Fix the bug that talent Seal Fate gives 5 combo points(instead of 3) if ↵Anubisss
mainhand _and_ offhand crits with spell Mutilate. Idea by Alez2005, thanks for it. --HG-- branch : trunk
2010-05-19Fix the bug that offhand's crit of spell Mutilate don't proc spell Seal Fate.Anubisss
Fixes issue #218. --HG-- branch : trunk
2010-05-19Update world.sql and use DELETE query before INSERT INTO in some SQL files.Anubisss
--HG-- branch : trunk
2010-05-16Fix the bug that mage's some freezing spells can stack with each other.Anubisss
Frost Nova, Freeze and Shattered Barrier can't stack with each other. Patch based on darkshines' patch. Closes issue #1063. --HG-- branch : trunk
2010-05-16Fix spell Improved Devouring Plague's damage.Anubisss
Core part of the patch by PrinceCreed. SQL part of the patch by sinka.isi. Fixes issue #1965. Closes issue #1004. --HG-- branch : trunk
2010-05-16you can now reload creatures from creature_template tableRat@walamy
NOTE: reload is limited to one creature at a time Usage: .reload creature_template $entry Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!! --HG-- branch : trunk
2010-05-16Remove spell 23602 from spell_proc_event because it's triggered by the ↵Anubisss
talent, so not need an entry in the table. --HG-- branch : trunk
2010-05-16Fix the bug that Shield Specialization triggered just on block instead of ↵Anubisss
block, parry and dodge. Patch by ainscu. Fixes issue #715. --HG-- branch : trunk
2010-05-14Allow multiple classes for quest requirements - patch by Shaurenclick
(This should make Malcrom happy) Fixes issue 1476. Fixes issues 1972. Fixes issue 430. --HG-- branch : trunk
2010-05-14Set (more) blizzlike bonus for Healing Stream Totem.Anubisss
Fix by N4rk0. Closes issue #2110. Fixes issue #2086. --HG-- branch : trunk
2010-05-14Update world.sql, forgot in rab603c8f4a.Anubisss
--HG-- branch : trunk
2010-05-01Add support for sorting vendor itemlistsclick
--HG-- branch : trunk
2010-04-30Add SQL-changes from previous commit into world.sql as wellclick
--HG-- branch : trunk
2010-04-26Adjust quest_templates "questflags" fieldsize to accomodate any variation ofclick
questflags currently available. --HG-- branch : trunk
2010-04-22Make Divine Guardian proc on Divine Sacrifice only (by Liberate).teacher
Removed DB data not handled by Core Team. You can find it on Database forums. Added missing recently committed data to world.sql... Renamed an old file which had wrong name. --HG-- branch : trunk
2010-04-22Add support for season-dependant gameeventsclick
Patch by Liberate --HG-- branch : trunk
2010-04-15Fix Threat of Thassarian. Thanks Azuritus.Trazom62
Fixes issue #1657. --HG-- branch : trunk
2010-04-12Fixed proper spellid1 value for spelldifficulty_dbc id:3014 (by Trazom).teacher
Added serverside spells place holders for future development. Fixed world.sql import error. --HG-- branch : trunk
2010-04-12Removed no longer existing spell in spell_linked_spell.teacher
--HG-- branch : trunk
2010-04-11Fix typo in world.sql (spell_difficulty_dbc)Trazom62
--HG-- branch : trunk
2010-04-11Added missing spelldifficulty_dbc data to world.sqlteacher
--HG-- branch : trunk
2010-04-11Remove outdate spell data.n0n4m3
--HG-- branch : trunk
2010-04-11Fix load spell.dbc, sql table spell_dbc also drop unused fields.n0n4m3
--HG-- branch : trunk
2010-04-09Changed recent spell_difficulty_dbc table creation to CHARSET=utf8.teacher
Added recent sql updates to world.sql... --HG-- branch : trunk
2010-04-08Added serverside spell as place holders for future development.teacher
Added some vehicleIDs and creature_template spells (by Xanadu and Mikebeck). Some fixes for proper sql format. --HG-- branch : trunk
2010-04-04Corrected Ferocious Inspiration entry._manuel_
--HG-- branch : trunk
2010-04-03Implemented more stack rules for player spells. See --> pastebin.com/8LHknLgr_manuel_
Thanks to QAston. --HG-- branch : trunk
2010-03-26A visually better way to handle Avenger Wrath blocking of immunity shields.Xanadu
--HG-- branch : trunk
2010-03-25MergeXanadu
--HG-- branch : trunk
2010-03-25Fixed Forbearance. Also self-cast LoH will now correctly prevent Avenging ↵Xanadu
Wrath for 30 s. Closes issue #1270. Thanks to _manuel_ for research. --HG-- branch : trunk
2010-03-24* Missed SQL from previous commitBrian
--HG-- branch : trunk
2010-03-25Changed default value for WDBVerified field for better future handling.teacher
--HG-- branch : trunk
2010-03-24Added spells to Wintergarde Gryphon (by Malcrom).teacher
Added place holders for server-side spells. Import errors fixes in world.sql. --HG-- branch : trunk
2010-03-23Added support for maximum allowed player level for quests. By Gyullo.Xanadu
--HG-- branch : trunk
2010-03-21Added missing sql file for rev 7656 (by Machiavelli).teacher
Removed DB content data from previous commit. --HG-- branch : trunk
2010-03-21Add additional field for storage of speed_run rate of creature_manuel_
This allow independent rate of walk vs run speed. Existing field renamed to explicit speed_walk. Note that default database rate for run is a result of the most common value seen, 8.0/7.0 Author: NoFantasy. --HG-- branch : trunk
2010-03-18*fix Merciless Totem of the Third Wind procRat
*fix in world.sql --HG-- branch : trunk
2010-03-17Fixed Drain Soul increased damage for targets below 25% HP. Closes issue ↵Xanadu
#394. Closes issue #748. Closes issue #938. Rejoice, new era of server-side spells has begun! --HG-- branch : trunk
2010-03-15Moved sql update files to 3.3.2_old directory.teacher
Fixed my typo in world.sql. --HG-- branch : trunk
2010-03-15Remove Hack detecting spell 61988 in HasAura()thenecromancer
Correctly cast 61988/61987 after casting Avenging Wrath/Divine Shield respectively (This will correctly show both spells disabled state) Don't allow casting Lay on Hands on self when aura 61988 is present (ie. after using Avenging Wrath) --HG-- branch : trunk
2010-03-13Random sql cleanup.teacher
--HG-- branch : trunk
2010-03-13Allow Battlegrounds and arenas to be disabled by DB.Spp
wtlk arenas disabled by default. - Player will continue to see all bgs using UI, but won't be able to join disabled bg's - Gossip menu not shown for disabled Bgs/arenas - Id 6 disabled = all arenas disabled. - Only id 6 arena enabled = Gossip shown but unable to join any arena --HG-- branch : trunk
2010-03-12Some Ticket text formating changes to help addons to parse dataSpp
Linked issue 466 --HG-- branch : trunk
2010-03-12Add map and zone to account onlinelist command.Spp
Closes issue 466 --HG-- branch : trunk
2010-03-12Move vehicle accesories to DB.Spp
Credit to Malcrom and Manuel for the idea and original patch --HG-- branch : trunk
2010-03-09Typo in server shutdown command.Spp
Original author VladimirMangos Closes issue #57 --HG-- branch : trunk
2010-03-09Add level restrictions to some commands:Spp
say, yell, emote, whisper, channel use, trade, auction, mail, tickets By azazel. Closes issue #598 --HG-- branch : trunk
2010-03-02* Add support for sending quest completion textBrian
* Original patch by NoFantasy - thank you * Ported to Trinity by seirgy - thank you * Closes issue #873 --HG-- branch : trunk