aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-05[6.x] Scripts/Spells: K'ure & Decimatus, SAI + spell scriptsUlduar
* Core/DB Add SAI for Decimatus. Add Decimatus SAI and Dark Siphon spell condition target. * Decimatus spell script for 169869. Decimatus Transformation Sickness. * Replace caster on target. Compiling fine! And then you never know what comes into head Blizzard. * Add three spell scripts. Add support spell scripts for 189549, 189512 and 189491.
2016-07-05Core/Spells: Fixed spell dest range check failing on 0 distance max range ↵Shauren
requirement even if standing directly on top of destination (cherry picked from commit ba63361d7c20bf93a7089c517cd707c005949f62)
2016-07-05Scripts/Commands: Fix build warningDDuarte
(cherry picked from commit 42028a18421f672a3292733cac73840c4e766089)
2016-07-05Scripts/Commands: Remove unused argument of .cometome commandDDuarte
(cherry picked from commit 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1) # Conflicts: # sql/updates/world/3.3.5/2016_07_05_01_world.sql
2016-07-05Core/EventProcessor: Check whether an event was aborted before aborting it.Naios
* Fixes an assertion introduced in commit 1ad73212dca0cf. * Use itr = std::unordered_map<...>::erase for updating the iterator. (cherry picked from commit d9755c637c39e600f145f5ecb7ff0ccf3724b1ad)
2016-07-05Core/EventProcessor: Wait for non deletable events to get deletable.Naios
* Immediate deletion caused issues with the SpellEvent, so we delete it at one of the next update ticks now. * Only affects the unforced cancellation of events. * Ref #16675 (cherry picked from commit 1ad73212dca0cf8a829d15ffdbcc4cd611e64d4e)
2016-07-05Core/Scripting: Don't force event cancellation when swapping creatures.Naios
* EventProcessor::KillAllEvents(force = false) should only be used by the EventProcessor. (cherry picked from commit d68316fcd2fc71343edfbd387249b75bd6e8a90f)
2016-07-05Core/Spells: Fixed crash with DEST targets added in ↵Shauren
b3d814ee50b265c140d65b6f92ce42482ce1f39b
2016-07-04Core/Achievements: Implemented all criteria tree operatorsShauren
2016-07-03Core/Auras: Defined more aura typesShauren
2016-07-02Core/Items: Implemented scaling item enchants with player levelShauren
2016-07-02Update worldserver.conf.distAokromes
2016-07-02Update worldserver.conf.distAokromes
2016-07-01Core/Spells: Fixed spell range checkShauren
Closes #17060 (cherry picked from commit e6a52d4aae9e8facc46c3b05e0560d540a928d73)
2016-06-30DB/Misc: Fix startup errorsAokromes
2016-06-30Core: Updated to 7.0.3.22090Shauren
2016-06-30Core/Auras: Implemented spell aura 402 - SPELL_AURA_MOD_POWER_DISPLAYShauren
Closes #17468
2016-06-29Core/Auras: Implemented SPELL_AURA_OVERRIDE_SPELL_VISUALShauren
2016-06-28DB/Creature: remove one incorrect npcflagAokromes
By tkrokli
2016-06-28Rename 2016_06_28_00.sql to 2016_06_28_00_world.sqlAokromes
2016-06-28DB/Creature: remove one incorrect npcflagAokromes
By tkrokli
2016-06-28Core/Items: Fixed item iconsShauren
2016-06-28Core/PacketIO: Fixed quest rewardsShauren
2016-06-28Core/PacketIO: Fixed building SMSG_UPDATE_OBJECTShauren
2016-06-28Core/Spells: Fixed spell effect on caster not being processed instantly for ↵Shauren
spells that have travel time and hit both caster and another unit
2016-06-27Core/PacketIO: Marked CMSG_GUILD_NEWS_UPDATE_STICKY as thread unsafeShauren
2016-06-26Core/DataStores: Updated to 7.0.3.22045Shauren
2016-06-26Core/Spells: Fixed Glyph of Surging MistShauren
2016-06-26Core/Reputation: Player::SetReputation() / Player::GetReputation() should ↵Shocker
work with signed values
2016-06-25Core/Entities: 7.0.3.22045 updatefieldsShauren
2016-06-25Core/PacketIO: Updated to 7.0.3.22045Shauren
2016-06-25Core/PacketIO: Updated void storage and who packetsShauren
2016-06-25Core/PacketIO: Updated tradeShauren
2016-06-25Core/Auras: Implemented aura 321 SPELL_AURA_MOD_NO_ACTIONSShauren
2016-06-25Core/PacketIO: Updated social/support/taxi/token packetsShauren
2016-06-25DB/Creature: Fix training targets granting experienceAokromes
Closes #17450 by Anddrw
2016-06-24Core/PacketIO: Updated quest packetsShauren
2016-06-24Core/Auras: Fixed SPELL_AURA_OVERRIDE_ATTACK_POWER_BY_SP_PCT to affect ↵Shauren
ranged attack power as well
2016-06-23Core/PacketIO: Updated and enabled pet and petition packetsShauren
2016-06-23Build: Throw a fatal error when the SCRIPTS variable isn't a valid option.Naios
* Catches issues early that are caused through a wrong configuration.
2016-06-23Core/Spells: Fixed handling spell interrupts - PreventionType dbc field is a ↵Shauren
bitmask
2016-06-23Scripts/Monk: Surging MistKito
* When glyphed and in stance will cast AOE ally selection heal * Else, cast normal heal on Explicit target
2016-06-23Core/Battlenet: Allow player to switch realm (#17441)Nelidon
2016-06-23DB/Creature: Morakki can't accept both questsAokromes
By Alastyr, closes #15844
2016-06-23DB/Creature: Spawn Una WildmaneAokromes
updates #16655
2016-06-23Update pull_request_template.mdAokromes
2016-06-22Core/DataStores: Fixed typo in field nameShauren
2016-06-22Core/PacketIO: Updated party packetsShauren
2016-06-21Add CLion files to gitignoreCarbenium
2016-06-21Prepared statement parameter fix, screw manual indexingShauren