aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2009-03-09*Fix improved divine spirit.QAston
--HG-- branch : trunk
2009-03-08*Fix Illumination and Infusion of Light procs.QAston
--HG-- branch : trunk
2009-03-08* Fixed CMakeListsDrahy
--HG-- branch : trunk
2009-03-08* Cleaned up sql updates - moved 2.4.3 to right directory, renamed someDrahy
--HG-- branch : trunk
2009-03-08*Update Master of Subtlety code and fix Overkill.QAston
*Fix Aspect of the Viper-by pasdVn *Fix Circle of Healing. Fix Rapture-by pasdVn --HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08*Fix crash.QAston
*Fix Guard Dog and Improved Cower -by pasdVn. *Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn. --HG-- branch : trunk
2009-03-08* Trinity sql coding styleDrahy
* Renamed 1725 to 1730 * Added scripts to full script file --HG-- branch : trunk
2009-03-08*Added dinamic spell immunities for two scriptsBlaymoira
--HG-- branch : trunk
2009-03-08*Fix judgements of the WiseQAston
*Fix Druids Survival Instincts and thunder clap - by Lightguard. *Fix Death Coil - by Fisherman, aerione_alt, Lightguard --HG-- branch : trunk
2009-03-08*Fix Incanter's Absorption.QAston
*Fix Devastate and Improved Fear- by Lightguard. *Fix Glyph of devastate. *Add spell coeficient-by cccyril. --HG-- branch : trunk
2009-03-08*Add Scripts for Ingvar the Plunderer EventBroodWyrm
--HG-- branch : trunk
2009-03-07* Trinity sql coding styleDrahy
* Added 1703_world.sql * Small fixies in other files --HG-- branch : trunk
2009-03-07 [7399] Rewrited BattleGround starting code - moved it to battleground ↵megamage
class. Author: Triply Fixed message color for premature finish warnings. Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0. Added battleground announcer message removed in [7384]. [7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply --HG-- branch : trunk
2009-03-06*Remove a 243 sql.megamage
--HG-- branch : trunk
2009-03-06*Merge.megamage
--HG-- branch : trunk
2009-03-06[7393] Implement access to client side holiday ids. Author: VladimirMangosmegamage
* src/game/GameEvent.* renamed to src/game/GameEventMgr.* for consistence * `game_event` now have new `holiday` field for store client side holiday id associated with game event * Added new enum HolidayIds with existed at this moment holiday ids. * New function "bool IsHolidayActive(HolidayIds id)" added accessabel from scripts for active holidays check. --HG-- branch : trunk
2009-03-07*Fix Imp leader of the pack once again. Original patch by loop69.QAston
--HG-- branch : trunk
2009-03-06added sql to cmakelistKingPin
--HG-- branch : trunk
2009-03-06[7391] Prevent achievement counter overflow, implement ↵megamage
ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE generic support. Before overflow has been possible at 4294967295 lols for example. ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE in many cases require check special conditions and targets. For this allow call it from scripts: * Add Player::UpdateAchievementCriteria functiona ccessable from scripts * In emote case it allowed call in form player->UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE, text_emote_id, achievement_id, target_unit_ptr); Author: VladimirMangos --HG-- branch : trunk
2009-03-06*Merge.megamage
--HG-- branch : trunk
2009-03-06Change sqlKingPin
--HG-- branch : trunk rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-06New AHBot plus AuctionHouse changesParadox
--HG-- branch : trunk
2009-03-06*Fix a crash and merge.QAston
--HG-- branch : trunk
2009-03-06*Fix dispel resistance apply on some effect.QAston
*Fix Sanctified Wrath. *Fix Summon Type 429-by aerione_alt. *Fix some spell procs-by Sephiroth1983 and oc_redfox. *Fix demonic sacriface spell_bonus-by aerione_alt. --HG-- branch : trunk
2009-03-06[7388] Fixed battleground premature warning message. SQL files are attached, ↵megamage
you must execute them! Author: Triply Fix for message's color will be soon. --HG-- branch : trunk
2009-03-06[7387] Check maxcount >= min count for item (not reference) record in loot ↵megamage
templates DB tables.. Author: VladimirMangos --HG-- branch : trunk
2009-03-06*MergeBlaymoira
--HG-- branch : trunk
2009-03-06*Fix sql file for latest revBlaymoira
--HG-- branch : trunk
2009-03-06*Apply Savage fury also to mangle's bleeding effects.QAston
--HG-- branch : trunk
2009-03-06*Add some procflags- by Darkshines.QAston
*Add new spell_coefficient data-by cccyril and Sephiroth1983 --HG-- branch : trunk
2009-03-06* Trinity sql coding style + fixed import errorsDrahy
--HG-- branch : trunk
2009-03-05[7382] Add 2 unknown field to `creature_template` sent in ↵megamage
SMSG_CREATURE_QUERY_RESPONSE to client Author: NoFantasy --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-03-05*Fix reward rep amount- by yad02QAston
*Fix Haunt and Pain and Suffering- by Fog *Fix leader of the pack-original patch by Lightguard --HG-- branch : trunk
2009-03-05*Merge.megamage
--HG-- branch : trunk
2009-03-04*Update world_scripts_full.sql - by ThraxxBlaymoira
--HG-- branch : trunk
2009-03-04* Fixed sql updates, renamed and cleaned upDrahy
--HG-- branch : trunk
2009-03-03 [7376] Allow store in spell_area.aura_spell negative values for "not has ↵megamage
aura" requirement. Author: VladimirMangos Also * Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect. * Allow negative aura_spell chaining in spell_area table. * Better check at loading duplicate data (by requiremnt set) in spell_area table. --HG-- branch : trunk
2009-03-04*Merge.QAston
--HG-- branch : trunk
2009-03-04*Fix Death Strike.QAston
--HG-- branch : trunk
2009-03-03Trinity string (TBC->EXP) for console .acc onlinelistpanaut0lordv
--HG-- branch : trunk
2009-03-03* Fixed typoDrahy
* Added missing scripts --HG-- branch : trunk
2009-03-03*Fix binus damage for Mangle-cat from savage fury.QAston
--HG-- branch : trunk
2009-03-03* Updated sql trinity code for proper builtDrahy
* Revert some changes for 3.0.x core --HG-- branch : trunk
2009-03-02[7369] Remove ReqSourceRef in quest_template. Author: NoFantasymegamage
--HG-- branch : trunk
2009-03-02*Merge.megamage
--HG-- branch : trunk
2009-03-02*Fix last sql. We are not on 309, sorry for that.QAston
--HG-- branch : trunk
2009-03-02*Sql for latest rev.QAston
--HG-- branch : trunk