aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2009-09-01 [8433] Implement proper store and use character specific account data.megamage
* Base at TOM_RUS reseach save/load character specific account data in new table `character_account_data` * Move its in sql update from `account_data` to new table. * For client packets that can be send in loggined state or just after logout but assocualted with recently logout character add new login status STATUS_LOGGEDIN_OR_RECENTLY_LOGGOUT * Store low guid for loggedin player or recently logout into WorldSession. Author: VladimirMangos, TOM_RUS --HG-- branch : trunk
2009-09-01*Add script for iruk and "aces high". By manuelmegamage
--HG-- branch : trunk
2009-08-31*Wintergrasp: fix the bug that player is send into hall when dead near hall.megamage
*Only revive player in the graveyard which is occupied. *Do not allow to use titan relic if hall gate is not destroyed. --HG-- branch : trunk
2009-08-30*Update Kologarn script.megamage
--HG-- branch : trunk
2009-08-30*Fix the lurker below. Thanks to rat.megamage
--HG-- branch : trunk
2009-08-30*Remove client spams caused by outdated waypoint data (I found the data is ↵megamage
as old as pre-WLK). By Elminster --HG-- branch : trunk
2009-08-29*More update about positions.megamage
*Ulduar: do not allow demolisher to regenerate pyrite. Player must shoot down and grab the containers to refill pyrite. --HG-- branch : trunk
2009-08-29fix import error in 5472Chaz Brown
--HG-- branch : trunk
2009-08-29*Fix script of quest trees company. By totoromegamage
--HG-- branch : trunk
2009-08-29*forgotten sql for Alterac ValleyRat
this will remove all spawns from map 30 (AV) core spawns all creatures --HG-- branch : trunk
2009-08-29*implement 'water event' into SerpentShrine CavernRat
at start, Coilfang Frenzie will attack swimming players, if all 6 platforms are cleared players will get Scalding water debuff while swimming Note: scalding water's dmg is still bugged --HG-- branch : trunk
2009-08-28*Update spell_proc_event entry for Bloodsurge.QAston
*Bring back charge drop on magnet spell redirection. --HG-- branch : trunk
2009-08-28*Update flame levi script. Allow player to shoot down pyrite container and ↵megamage
refill the demolishers. *Other script-related fixes. --HG-- branch : trunk
2009-08-28*spell_linked_spell entry for Pursuit of Justice.QAston
--HG-- branch : trunk
2009-08-28*Add some spell_enchant_proc_event data.QAston
--HG-- branch : trunk
2009-08-28*spell_bonus_data for Judgement of Corruption/Vengeance.QAston
--HG-- branch : trunk
2009-08-28*Fix Improved Insect Swarm - original patch by ZorQAston
*Use target as source of area auras in Unit::AddAura(uint32 spellId, Unit *target) --HG-- branch : trunk
2009-08-28Fix typo in world_spell_full.sqlChaz Brown
--HG-- branch : trunk
2009-08-27*Fix spell chicken net. By seirgemegamage
--HG-- branch : trunk
2009-08-27 [8416] Fixed problem with double cast form passives at loading. Author: ↵megamage
VladimirMangos * Drop learning form passives at form psell learning, and cast it explictly from code in all cases. * Drop cast form passives at learning. * Note: talents that have dependent form time passives still work in original way: learned and casted at learn if need. * Drop hack for spell 24907 casting at form apply: it casted fines as result normal triggered effect in related form spell. Original patch provided by nos4r2zod. --HG-- branch : trunk
2009-08-27*Fix Crypt Fever and Ebon Plague disease damage mod.QAston
--HG-- branch : trunk
2009-08-27*Add `spell_dbc` table to store dbc entries not present in clientQAston
*Remove workaround from Demonic Circle code and use the sql table instead. --HG-- branch : trunk
2009-08-27* Updated Full sqlsDrahy
* Added missing script entries and cleanup --HG-- branch : trunk
2009-08-26*Update flame levi script. Fix the bug that it often gets stuck.megamage
--HG-- branch : trunk
2009-08-27*Delete table spell_affect's structure from world.sqlAnubisss
*If you didnt drop it just run: 4542_8191_world_spell_affect.sql from sql's updates. --HG-- branch : trunk
2009-08-24 [8412] Update some new and old client supported shift-links to proper ↵megamage
format. Author: VladimirMangos * List all client and server side supported shift-link types updated in Chat.cpp * Now Henchant anf Hglyph links can be used in commands as spell links. * Hitem and Hquest links changed to client supported form. --HG-- branch : trunk
2009-08-24 [8409] Fixed guild creation date loading, and added another guild ↵megamage
loading optimization - last one. Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk
2009-08-24 [8402] Optimalized guild_eventlog and guild_bank_eventlog loading from ↵megamage
database. Added config options to set count of eventlog records stored in DB. Attached SQL files will DROP existing and create new tables. Make sure you create backup (if you need old data). Renamed few variables in Guild class. Signed-off-by: Triply <triply@getmangos.com> *Note: existing guild bank log will be removed. --HG-- branch : trunk
2009-08-24 [8397] Remove no longer needed ranks of spell 7386.megamage
Signed-off-by: NoFantasy <nofantasy@nf.no> --HG-- branch : trunk
2009-08-24*Some better check of well-fed buff. Source: Mangosmegamage
--HG-- branch : trunk
2009-08-24 [8394] Fixes for some non-self only positive spells. Author: VladimirMangosmegamage
* Propertly reject self targeting for pet spell 2947 and ranks, and spell 54646. * Some related fixes for pet spells with target mode TARGET_SINGLE_FRIEND_2 * Implement original caster bonus part of spell 54646. --HG-- branch : trunk
2009-08-24rename misnamed 5332 sql.Chaz Brown
--HG-- branch : trunk rename : sql/updates/5532_world_scripts_dk.sql => sql/updates/5332_world_scripts_dk.sql
2009-08-23*Better mob ai for quest an end to all things.megamage
--HG-- branch : trunk
2009-08-23*Fix Glyph of InnervateNevan
--HG-- branch : trunk
2009-08-23*Fix Glyph of StarfireNevan
*Fix Glyph of Shred *Fix Glyph of Backstab -- Thanks megamage for help me with that. --HG-- branch : trunk
2009-08-23*Update flame leviathan script.megamage
--HG-- branch : trunk
2009-08-22*Keristrasza - Teleport players to Saragosa's Landing script - by Oculusmaximius
--HG-- branch : trunk
2009-08-22*Fix quest endless hunger. By BroodWyrmmegamage
--HG-- branch : trunk
2009-08-21*Typo fix in world_script_waypoints.sql by Darkshinesmaximius
--HG-- branch : trunk
2009-08-22*Add a ; after a SQL query. By Sundark.Anubisss
--HG-- branch : trunk
2009-08-21*Fix a typo in sql.megamage
--HG-- branch : trunk
2009-08-21Script for Plaguehound Tracker. Thanks to manuel and NevanKudlaty
--HG-- branch : trunk
2009-08-21Merge [SD2]Kudlaty
r1358 Add gossip and taxi related to quest 11692. Patch by hoshie --HG-- branch : trunk
2009-08-21*Remove the sql which will damage the db. If a hack on db is needed to fix ↵megamage
something, please do so in core. The id can be overriden when reading the data. --HG-- branch : trunk
2009-08-21Fix typos in 5250 sql that might ruin DBs other than UDB, if you are using a ↵Chaz Brown
DB other than UDB and used this SQL, you may need to reinstall your DB, UDB users will be fine. --HG-- branch : trunk
2009-08-21Temporary fix for The Endless Hunger - includes the sql to reverse the change.Chaz Brown
--HG-- branch : trunk
2009-08-20*Cleanup + missed SQLmaximius
--HG-- branch : trunk
2009-08-20*Freya's Pact Gossip Script by manuelmaximius
--HG-- branch : trunk
2009-08-20* Add missing SQL from 5238Machiavelli
--HG-- branch : trunk
2009-08-20* Add basic script for Assembly of Iron in UlduarMachiavelli
* Add instance script for Ulduar --HG-- branch : trunk