aboutsummaryrefslogtreecommitdiff
path: root/sql/base
AgeCommit message (Collapse)Author
2010-09-06Core/Spells: Implemented effect for Tiny Abomination in a Jar trinket, ↵Shauren
original patch by Stryker Closes issue #2716. --HG-- branch : trunk
2010-09-06Core/Spells: Fixed trinkets - Charred Twilight Scale, Sharpened Twilight ↵Shauren
Scale (both heroic and normal) --HG-- branch : trunk
2010-09-06DB-Schema/Characters: Add indexes for some columns used in JOINs in the coreShocker
--HG-- branch : trunk
2010-09-05Fix Glyph of Totem of Wrath.silinoron
Fixes issue #3743 Patch by dr.tenma. --HG-- branch : trunk
2010-09-05Add support for character race and faction transfers.silinoron
Based (loosely) on patch by Ner'zhul, DarkXuan, and darkshines@sakha.net. Fixes issue #3429. --HG-- branch : trunk
2010-09-05Core/Spells: Fix Hunting Party talent, patch by Ktistayclick
--HG-- branch : trunk
2010-09-05Core/Spells: Fixed Nevermelting Ice Crystal trinketShauren
--HG-- branch : trunk
2010-09-05Core/Commands: Implement possibility to unbind specific maps/difficulties ↵Shocker
with .instance unbind, based on svetilo12's idea, closes issue 3792 --HG-- branch : trunk
2010-09-04Core/Spells: Fixed Scent of Blood removalShauren
SQLs: Fixed typo in previous revision Closes issue #2668. --HG-- branch : trunk
2010-09-04Core/Spells: Fixed Rune of Cinderglacier removalShauren
Closes issue #2105. --HG-- branch : trunk
2010-09-02Core/Players: Don't set instanceId to 0 when player is on transport during ↵Shauren
loading, there CAN be transports inside instances Core/Scripts: Added waypoint id to OnRelocate transport hook Core/Scripts: Make use of ZoneScript::GetGameObjectEntry at gameobject creation (makes it possible to override gameobject entries in instances) Core/Transports: Call InstanceScript::EventInform for transport events Core/Transports: Use guid from db for transports, not just its entry - adds partial support for instancing them (still cannot use transports table for it, but can spawn manually now) Scripts/Icecrown Citadel: Fixed crash in Deathbringer Saurfang when event is started by more than one person (can't do this anymore) Closes isssue #3749. --HG-- branch : trunk
2010-09-04DB-Schema/Characters: Store game_event_save.next_start as unix timestamp and ↵Machiavelli
remove runtime typecasts for this field. --HG-- branch : trunk
2010-09-04Spell Scripts:azazel
* moved some generic spell dummy effects to scripts * implemented two spell scripts for quests: 8913 Sacred Cleansing (Quest 55), 44936 Quest - Fel Siphon Dummy (Quest 11515). Closes issue #3040 * did some cleanup in spell scripts and added more comments --HG-- branch : trunk
2010-09-03Core/Dungeon Finder: Added support for rewards for random dungeonsShauren
Core/Quests: Simplified rewarding money from quests, now ModifyMoney and UpdateAchievementCriteria are called only once per quest Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_USE_LFD_TO_GROUP_WITH_PLAYERS --HG-- branch : trunk
2010-09-02SQL: add exploration base XP date for levels 71-79. Patch by Svannonrunningnak3d
--HG-- branch : trunk
2010-09-02Database/Table: Forgotten data from previous commit regarding ↵Shocker
auctionhousebot removal --HG-- branch : trunk
2010-09-02Remove auctionhousebot from base tooShocker
--HG-- branch : trunk
2010-09-02Break monstrous lines from world_database.sql into multiple lines, once for ↵Shocker
each row --HG-- branch : trunk
2010-09-02* Allow Waylay to proc from Backstab too (also remove PROC_EX_CRITICAL_HIT ↵Shocker
flag, invalid), closes issue 3009. * Small filename typo fix --HG-- branch : trunk
2010-09-02Glyph of Prayer of Healing shouldn't benefit from spell power, thanks ↵Shocker
arielazuz (Fixes issue 2827) --HG-- branch : trunk
2010-09-02Missing data from spell_threat for various Warrior abilities, closes issue ↵Shocker
2258, thanks maeh.sheep for collecting data. Most of the values are blizzlike, but since some of them are variable depending on AP/damage, we're using general increase for those based on previous ranks --HG-- branch : trunk
2010-09-01creature_respawn should be InnoDB since it's prone to continuous writesShocker
--HG-- branch : trunk
2010-09-01SQLS/Creation: Fix default engine for tables in world and charactersSpp
--HG-- branch : trunk
2010-09-01Allow Immolate DoT ticks to critically hit, fixes issue #1932Shocker
--HG-- branch : trunk
2010-08-31*Fix: Lacerate should scale with AP only, and not from SP.Liberate
--HG-- branch : trunk
2010-08-30Scripts/Icecrown Citadel: Added Festergut script, thx Cromash for providing ↵Shauren
the base and Cyrax for sniffs Scripts/Icecrown Citadel: Added Professor Putricide script handling ONLY Festergut related events --HG-- branch : trunk
2010-08-31Fixes Druid T10 Balance 4P bonus.John Holiver
Fixes DK T10 Melee 4P bonus. --HG-- branch : trunk
2010-08-31Fix to DK Tank 4P and Paladin Holy 4P T10 bonus.John Holiver
Fixes issue 2684. Fixes issue 2681. Thanks to svetilo12. --HG-- branch : trunk
2010-08-30Allow Soul Leech to proc from Conflagrate, fixes issue 2257Shocker
--HG-- branch : trunk
2010-08-30Immolate and Unstable Affliction can't stack anymore when casted by same ↵Shocker
caster, thanks Karolis.Rudzevicius, fixes Issue #2246. --HG-- branch : trunk
2010-08-30* Include needed SQL data for Lord Marrowgar / Deathbringer SaurfangShocker
* Small SQL correction from a previous commit, MySQL doesn't allow default value for a LONGTEXT on Windows, unlinke Linux where it's only a warning --HG-- branch : trunk
2010-08-29Rewrite much of the GM ticket systemsilinoron
* Extract storage and manipulation of tickets to TicketMgr (from ObjectMgr) * Extract ticket commands to TicketCommands.cpp * Adds support for sending GM responses and GM surveys. * Fix structure of several ticket-related packets. * Add support for understanding lag reports. * Thanks Zor for some of the packet structures, and Cyrax for some sniffs * Please report any issues encountered via the tracker. --HG-- branch : trunk
2010-08-29Spell Scripts:azazel
* add new file spell_item.cpp for spells used by items (but not by quests) * move some dummy effects of generic spells to scripts * implement spell for quest 12937 Relief for the Fallen. Closes issue #3070 --HG-- branch : trunk
2010-08-28Add the sql of rfce5b5c218 to sql/base/characters_database.sql.Liberate
Thanks to bitherd for showing me this stupid mistake. --HG-- branch : trunk
2010-08-28Implement .reload all_gossips, .reload quest_poi, .reload ↵Shocker
locales_gossip_menu_option. Original code by VladimirMangos, ported by Ramus. Closes issue #3466, issue #3637 and issue #3477 --HG-- branch : trunk
2010-08-21Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ↵Shauren
alliance outro due to need of spawning and moving a transport) Scripts/Icecrown Citadel: Corrected Lord Marrowgar, should no longer target tanks with Bone Spike Graveyard, his Coldflame should now spread properly Core/Scripts: Moved Lady Deathwhisper Mana Barrier handler to scripts Core/Scripts: Allow AuraScript to prevent default effects by effect index Core/Scripts: Added Is25ManRaid() method to ScriptedAI, obviously used to check if raid is 25man Core/Achievements: Pass m_caster to UpdateAchievementCriteria for ACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET --HG-- branch : trunk
2010-08-26Fix Item - Icecrown Dungeon Melee Trinket (Needle-Encrusted Scorpion), fixes ↵Shocker
issue #3599 --HG-- branch : trunk
2010-08-25* Move Paladin Judgement bonuses to spell_bonus_data, thanks deltapower.incShocker
* Avoid code duplication by moving spell interrupt code for jump effects to a common function for both EffectJump and EffectJumpDest, thanks devthenecro --HG-- branch : trunk
2010-08-24Add support for vehicle scaling based on item level.silinoron
Requires database data. Fixes issue #2754 --HG-- branch : trunk
2010-08-24* Forgotten stack rules for rev f69fb2d3e0, thanks svetilo12Shocker
* Fix a crash in rev a972aa682b --HG-- branch : trunk
2010-08-24* Remove some old checks in aura stacking and change default stack rule to trueShocker
* Add stacking rules for Mark/Gift of the Wild, Power Word/Prayer of Fortitude, Prayer of/Shadow protection NOTE: Although highly unlikely, this *might* cause some stacking problems until we properly define rest of the stacking rules in spell_group, so report any stacking issues * Some missing lads from THANKS file --HG-- branch : trunk
2010-08-24Fix Shaman T10 Ele 2P. Big thanks to Dr.Tenma!!!John Holiver
Fix Warrior T10 Melee 2P. --HG-- branch : trunk
2010-08-23Fix Spirit Walk adding the remove imparing movement effect.John Holiver
--HG-- branch : trunk
2010-08-23Fix several Idols, Relics, Librams and Sigils.John Holiver
Thanks also to Arcane. --HG-- branch : trunk
2010-08-23Fix Warlock, Rogue and Hunter T10 Bonuses.John Holiver
Thanks also to Arcane. --HG-- branch : trunk
2010-08-23Fix Shaman Tier BonusJohn Holiver
* T9 Ele 4P * T10 Res 4P * T10 Enh 2P * Partially, T10 Ele 2P (need some way to send ¨decrease CD¨ msg to client) --HG-- branch : trunk
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered ↵QAston
same way as SpellScripts, bound to SpellScriptNames table. For more details see example_spell.cpp and SpellScript.h *Rename SpellHandlerScript to SpellScriptLoader, EffectHandlerFn to SpellEffectFn, HitHandlerFn to SpellHitFn, SpellScript::EffectHandlers to SpellScript::OnEffect, these changes were neccesary to prevent namespace collisions, happily you can solve these by simple find and replace *Make spells 66244 and 5581 example scripts. --HG-- branch : trunk
2010-08-23Fixes Mage T10 bonus. Thanks to Dr.Tenma. Close issue #3423John Holiver
--HG-- branch : trunk
2010-08-22* Some consistency changes.silinoron
* Move spell 6962 to spell scripts and make sure to set deathstate. --HG-- branch : trunk
2010-08-22Typo from prev commitJohn Holiver
--HG-- branch : trunk