aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-13DB/FULL: Remove redundant full content files for world database from the ↵Machiavelli
repo. They serve no particular purpose to the project other than consume precious time of the developers having to maintain it. If you're using TDB, this shouldn't affect you in any way since the full world database is periodically dumped and uploaded.
2011-08-13Scripts/Spells: Fix a typo in spell_hun_masters_callMachiavelli
2011-08-13Core/Misc: Fix some typos in af040fc18d500c0aa16e65efb76d00e4b1e5ea42tobmaps
2011-08-13Core/Players: Allow players to answer gamemaster whispers even if whispers ↵leak
are disabled. Whitelist can be reset by .whispers off
2011-08-13Core/Commands: Console should be able to add/remove rights in any caseleak
2011-08-13Core/Commands: .pinfo improvementsleak
- Allow .pinfo <guid> - Add map/zone/subzone/phase to output
2011-08-13Core/Battlegrounds: SotA will no longer crash in updateShauren
2011-08-13Core/Object: Removed incorrect code (never affected anything)Shauren
2011-08-13Core/PacketIO: Documented structure of SMSG_OVERRIDE_LIGHTShauren
2011-08-13Core/Players: Corrected faction id check for RepObjectiveFaction2idostyle@zoit
2011-08-12Scripts/Malygos: - Applied TC code style.Manuel Carrasco
- Every Hover Disk will correctly change the faction once the creature passenger dies. - Player's mount will be despawned when the passenger leaves it.
2011-08-12Core/Spells: Failed triggered spell casts will no longer cause the proc aura ↵Shauren
that triggered them to be removed (this behavior should only apply to channeled spells), also corrected UNIT_FIELD_CHANNEL_OBJECT setting
2011-08-12DB/Creatures: set correct difficulty entries for Trial of ChampionsZxBiohazardZx
Closes #2459
2011-08-12Merge pull request #2557 from idostyle/masterShauren
Spell: Mark of the Fallen Champion
2011-08-12Spell: Mark of the Fallen Championidostyle@zoit
Forcing gcc to use the right overloaded function here.
2011-08-11Core/Spells: Rename SPELL_ATTR2_ALWAYS_APPLY_MODIFIERS to ↵QAston
SPELL_ATTR2_DISPLAY_IN_STANCE_BAR, and make auras to be recalculated when permament instead of using that wrongly defined flag.
2011-08-11Core/Spells: Define some new attributes: ↵QAston
SPELL_ATTR6_ONLY_CAST_WHILE_POSSESSED, SPELL_ATTR6_DONT_DISPLAY_COOLDOWN, SPELL_ATTR5_ALLOW_TARGET_OF_TARGET_AS_TARGET, SPELL_ATTR4_AREA_TARGET_CHAIN, SPELL_ATTR3_DONT_DISPLAY_RANGE
2011-08-11Merge pull request #2537 from Kapoeira/masterMachiavelli
[Scripts/Commands] Killing more engrish and cleanin' up.
2011-08-11Merge pull request #2550 from bleed12/masterMachiavelli
Refer a Friend value error in DB
2011-08-11Core/ReferAFriend : fix strange grantableLevels value in DBFest
2011-08-10Merge pull request #2542 from idostyle/masterShauren
Core/Spells: Initialize m_castItemGUID in constructor
2011-08-10Spell: m_castItemGUID initializationidostyle@zoit
Closes #105 Closes #1193
2011-08-09DB/Misc: Update two spawns z position; set two npcs in ICC to triggers ↵Nay
(invisible) and use the correct Berserking spell in playercreateinfo_action
2011-08-09Scripts/Commands: Forgotten change & fix a mistake.Cron
2011-08-09Scripts/Commands: Killed some more engrish in debug CommandScripts.Cron
2011-08-09DB/Loot: Fix max count of items from Titanium Ore prospecting loottobmaps
2011-08-08Merge pull request #2527 from Kapoeira/masterMachiavelli
[Scripts/Commands] Killing some engrish.
2011-08-08Core/SOAP: Remove redundant thread pool of a hard coded 5 amount of threads ↵Machiavelli
that would just linger. Not really smart design to have a single SOAP thread -> SOAP thread pool -> single world thread handling CLI commands. Thanks to leak for spotting the leak.
2011-08-08Scripts/Commandes: Kill some engrish.Cron
2011-08-08Core/Gridmonster: Increased upper value for search radius to size of gridShauren
2011-08-07Fix buildMachiavelli
2011-08-07Core/Spells: Fix Shaman talent Nature's Guardian and rewrite fix for ↵Machiavelli
fc52f08. Fixes some spells not triggering.
2011-08-07DB/Misc: Add missing AIName SAI, two template updates and two quest chain fixesNay
2011-08-07Core/Spells: Spells that can be spellstolen that have a permanent duration ↵Machiavelli
should respect the 2 minute spellsteal buff duration limit.
2011-08-07DB/SAI: Fix quest Twilight of the Dawn RunnerNay
Closes #128
2011-08-07Core/Spells: Fixed radius of Mutated Plague (Professor Putricide encounter)Shauren
Closes #2521
2011-08-07Core/Spells: Hunter ability Master's Call should not process effects when ↵Machiavelli
pet is dead.
2011-08-07Core/Player: Fix item refund exploitMachiavelli
2011-08-07DB/Spawns: Properly insert Shadow Vault/Icecrown spawns, with guids.Nay
2011-08-07Commit: revert ahune loot && change to the correct loots (what was i thinking)zxbiohazardzx
2011-08-07DB/Loot: Add missing item to Champion's CacheAristoo
Commit: fixed wrong file-extension from previous commit
2011-08-07DB/Loot: Frost lord Ahune loot fixes, thx to AkamaILZxBiohazardZx
Closes #2290
2011-08-06DB/Misc: Icecrown: ShadowVault spawns and quest fixesTome
Closes #981
2011-08-06Core/Commands: Add .cast dest #spellid #x #y #z which orders selected unit ↵QAston
to cast a spell at selected destination.
2011-08-06DB/Misc: Cleanup startup errors intruduced by ICC loot fixZxBiohazardZx
2011-08-06Core/Spells: Add GetTriggeringSpell() method to SpellScript and use it to ↵Machiavelli
properly filter server side spell 18350's script.
2011-08-06DB/ZG: Some more pathing; add gossip & conditions to npcs in Yojamba IslandDiscover-
2011-08-06Core/Misc: Removed existence check from HandleSetSelectionOpcode and moved ↵Shauren
setting faction visible to gossip open
2011-08-06Core/Player: Teleport the player to a default graveyard (Crossroads/Wesfall) ↵Nay
when a zone has no info about graveyards
2011-08-06Core/Spells: - Apply proper unit flags to summoned minionsNay
- SPELL_AURA_MOD_REPUTATION_GAIN spells (e.g Diplomacy) should increase reputation gained from spells (e.g Commendation Badges)