aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-13DB/SAI: Move some areatriggers to sai.Discover-
Quests: 11686, 13315/13351 and 6681 Closes #3719 Closes #3720 Closes #3721
2011-11-13Core/SmartAI: Remove the requirement for only players to trigger ↵kaelima
SMART_ACTION_SOUND. Closes #517
2011-11-12Fix a crash caused by removecorpsemegamage
2011-11-13Core/Spells: Fix Item - Hunter T9 4P Bonuskaelima
2011-11-13Core/Movement:kaelima
- Lower movement radius and speed when confused/disoriented. - Force attackstop when confused or feared. Should fix issue with creatures "teleporting" after fear. Close #2689 Close #466 Close #3743
2011-11-13Core/Spells: Add own diminishing category for Dragon's Breath.kaelima
Will no longer share diminishing with Polymorph Closes #3081
2011-11-12Fix a crash when player is logged out when not in map.megamage
2011-11-11Fix another place where corpse is added twice to a grid.megamage
2011-11-11Some cleanup of add/remove to/from map.megamage
2011-11-12Core/Spells: Fixed resist calculations for spells with multiple schools. Thx ↵tobmaps
to Shauren for tips Closes #3875
2011-11-12Core/Vehicles: Fix some movable turretstobmaps
2011-11-12DB/NPCs: Prevent picking up more The RP-GG until previous ones not wastedtobmaps
2011-11-12Core/Spells: Partially fix RP-GGtobmaps
2011-11-11Add some comments for the previous crash fix. Thanks to Amit86.megamage
2011-11-11Cleanup before deleting objects when unloading grid. Fix #3922.megamage
2011-11-11Add detailed crash info when aura owner is not in the same map as target in ↵megamage
Aura::UpdateTargetMap.
2011-11-11Do not add a corpse to grid twice. Should fix #3918.megamage
2011-11-11Core/Spells: Fix typo in 922a174683b93e46510c12836d37f3a85e994781 and drop ↵tobmaps
wrong check that breaks Judgements of the Just talent. Thx to Greymane for pointing out problem Closes #2377
2011-11-10Fix compile in linux.megamage
2011-11-10Fix the crash when removing object from an unloaded grid. Object should ↵megamage
always be unlinked from grid no matter if the grid is loaded.
2011-11-10Add some ASSERT in add/remove obj to/from grid.megamage
2011-11-10Merge pull request #3907 from Aokromes/masterJorge
Scripts/Utgarde Pinnacle: Remove resize hack for Arthas
2011-11-10Scripts/Utgarde Pinnacle: Remove resize hack for ArthasAokromes
2011-11-09Merge pull request #3901 from Yelvann/masterJorge
Core/Arenas: Members of same arena team were able to fight each othe...
2011-11-09Core/Arenas: Members of same arena team were able to fight each otherYelvann
and minor refactoring Closes #3753
2011-11-09Scripts/Gundrak: Achievement "Snakes. Why'd It Have To Be Snakes?" should be ↵Souler
individual for each player. Thanks to @Lopin for pointing it.
2011-11-09Scripts/Gundrak: Add support for achievement "Snakes. Why'd It Have To Be ↵Souler
Snakes?"
2011-11-09Merge pull request #3872 from Bootz/masterShocker
Codestyle clean-up
2011-11-08Merge pull request #3881 from Aokromes/masterNay
Correct entry for Arthas at Utgarde Pinacle
2011-11-08Correct entry for Arthas at Utgarde Pinacle conversation with Svala based on ↵Aokromes
retail 2011/11/08 data.
2011-11-08Change more ace_guard to trinity_guardmegamage
2011-11-07Core/Creature: Prevent Spirit Guides (bg spirit healers) to be seen by alive ↵kaelima
players.
2011-11-07Core: Codestyle clean-upBootz
"pl"->"player" Note: codestyle methods needs maintained, Player* player. still to do properly clean-up chat.cpp.
2011-11-07Core: Codestyle clean-upBootz
"plr"->player Note: codestyle methods needs maintained, Player* player.
2011-11-07DB/NPCs: Remove loot from Core HoundsNay
Closes #3420 (Fix a typo in 2011_11_07_02_world_misc.sql)
2011-11-07DB/NPCs: Remove save to instance flag from Hellfire Channeler;Nay
SQL: Fix naming and style in previous sql; Scripts/Naxx: Fix a logic fail in KT adds summon; DB/Spells: Add a few missing spells to spell_dbc table
2011-11-07Update sql/updates/world/2011_11_06_00_world_player_factionchange_items.sqlKaelima
2011-11-07Merge pull request #3869 from Aokromes/masterLopin
DB: Fix orientation of triggers from AQ40 and few RFC items
2011-11-07DB:Areatrigger teleport: Fix orientation of triggers from AQ40Aokromes
2011-11-07DB/Faction change: Add some missing itemsAokromes
2011-11-07Change ObjectAccessor to an ACE_Null_Mutex singleton, since its members have ↵megamage
been protected by individual locks. Also make some of its member functions static.
2011-11-07Merge pull request #3867 from Aokromes/masterleak
Fix linux compile
2011-11-07Fix linux compile.Aokromes
2011-11-07Merge pull request #3866 from Aokromes/masterKaelima
Scripts/Misc: Capitalize lowercase directories
2011-11-07Scripts/Misc Capitalize lowercase directoriesAokromes
2011-11-07Core/Player: Make chat tag (last byte in SMSG_MESSAGECHAT) a bitmask.kaelima
2011-11-07BG/Isle of Conquest: Fix bug with immediate respawn of Glaive Throwertobmaps
2011-11-05Merge pull request #3833 from Fredi/listitemMachiavelli
Core/Commands: Fix SQL typo in 'list item' command
2011-11-05Core/Misc: Rename Spell::CalcCastTime to Spell::GetCastTime as it does not ↵tobmaps
calculate anything
2011-11-05Core/Spells: Use dbc flag to check if channeled spell can be interruptedtobmaps
Closes #2292