Shauren
6ef9c4dbfc
Core: Updated allowed build to 7.3.5.26899
2018-06-22 18:00:24 +02:00
Shauren
b8e88cd887
Core/PacketIO: Fixed SMSG_AUTH_RESPONSE structure after recent hotfix
...
Closes #22047
2018-06-17 20:41:46 +02:00
Shauren
cdcb3106e6
nopch fix
2018-06-16 17:37:43 +02:00
Shauren
9ffabae6bf
Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map*
2018-06-16 17:24:10 +02:00
Shauren
170d10b8a9
Core: Updated allowed build to 7.3.5.26822
2018-06-14 23:08:55 +02:00
Ovahlord
a6f91c9b81
Npc/Script: fixed Eye of Acherus action bar
...
Closes #18362
2018-06-11 20:24:08 +02:00
Neonix
4279bfb6cb
Tools/vmapextractor: Fixed undeclared identifier 'assert' on OSX ( #21994 )
2018-06-01 12:45:57 +02:00
Shauren
f313e9f5e1
Core: Updated allowed build to 7.3.5.26654
2018-05-24 22:34:18 +02:00
Shauren
19fd295685
Core/Maps: Allow entering raid maps without a raid group for maps older than current expansion
2018-05-20 20:07:33 +02:00
Shocker
43e6de3637
Core/Database: Use DELETE FROM queries instead of TRUNCATE to avoid deadlocks caused by possible concurrent operations on the table being emptied
2018-05-16 15:05:53 +03:00
Shocker
593b11420b
Core/Spells: Allow removing same npc entry multiple times for SPELL_AURA_LINKED_SUMMON if it's from different effects of the same spell
2018-05-16 14:51:06 +03:00
Shocker
3ad5df1bd1
Core/Spells: Implement aura #428 (SPELL_AURA_LINKED_SUMMON)
2018-05-14 00:40:05 +03:00
Shauren
f05dbf814a
Core/DataStores: Load Cfg_Regions and changed default realmlist region to US
2018-05-13 20:43:44 +02:00
Shauren
a2c2721cae
Warning fix
2018-05-12 17:07:20 +02:00
Shauren
9829c119c0
Core/DataStores: Fixed loading db2 locale strings
2018-05-12 16:24:41 +02:00
joschiwald
570da66533
Scripts/Spells: Fixed eviscerate and envenom damage
...
Closes #21923
Closes #21874
2018-05-12 12:49:12 +02:00
joschiwald
aed52529be
Core/Spells: Implemented optional power cost
...
Closes #18348
2018-05-12 12:49:12 +02:00
Shauren
921235b3e9
Core/Misc: Fixed rotation of many gameobjects summoned in tol barad, garrison and various scripts
2018-05-07 17:45:09 +02:00
Shauren
b773d9997b
Core/Maps: Fixed loading vmaps and mmaps in instances
2018-05-06 00:39:13 +02:00
Shauren
136269a585
Tools/mmaps_generator: Fixed loading db2 stores on linux
...
* Author @rapsys
Closes #21898
2018-05-02 15:09:21 +02:00
Jeremy
8fa3d2a385
Core/Player: Fix issue with pvp rules not being permanent in pvp areas ( #21894 )
...
* Core/Player: Make pvp rules enabled aura permanent when walking into a pvp zone while in pvp combat
2018-05-01 19:26:22 +03:00
ariel-
87ed45d912
Core/Spell: kill old charge restoring system. Mods are fully handled by proc system now.
...
- Fixes an edge case of spell failing due to out of range and re-adding charges to an existing aura.
(cherry picked from commit ee6d1d02c0 )
2018-04-29 18:38:51 +02:00
funjoker
6a63748424
Core/Units: Implemented versatility ( #21206 )
...
* Base code taken from https://github.com/AshamaneProject/AshamaneCore
2018-04-28 22:58:25 +03:00
Roc13x
2d666810d2
Core/Items: HasItemCount and DestroyItemCount now count bank bags ( #21648 )
2018-04-28 16:36:42 +03:00
Shauren
37f57ce6b9
Core/Auras: Implemented new spell_area flag to allow skipping applying aura automatically when quest status changes
2018-04-28 14:09:01 +02:00
Roc13x
b9b661da08
Core/Items: Add loot scaling support ( #21853 )
...
* Implement ITEM_BONUS_SCALING_STAT_DISTRIBUTION_FIXED.
* Fix auctionhouse search with scaled items.
* Fix RequiredLevel enforcement for scaled items.
* Fix item enchants not scaling properly with bonuses.
2018-04-28 14:40:00 +03:00
Shauren
45b2492aa0
Nopch/warning fixes
2018-04-27 20:29:01 +02:00
Shauren
24d30dab84
Core/VMAPS: Fixed vmaps in single WMO instances like ragefire chasm
...
* Fixed some models not always being spawned because they only appear in one tile file but are large enough to cross tile boundaries (lava in Firelands at Ragnaros place)
Closes #21879
2018-04-27 20:23:52 +02:00
Shauren
48911ec01c
scripts build fix
2018-04-25 16:37:04 +02:00
Shauren
b172ba7b8a
Core/Quests: Implemented quest greeting locales
2018-04-24 23:59:37 +02:00
DoctorKraft
8ca6a20e73
Core/Spells: Fix display for Shaman totems ( #21848 )
2018-04-24 00:44:59 +03:00
Roc13x
6b99488570
Core/Guild: Implemented guild master dethrone ( #21833 )
2018-04-22 20:04:02 +02:00
joschiwald
4feaf2463d
Core/Guild: Broadcast GuildMemberUpdateNote to all members
2018-04-22 19:45:21 +02:00
joschiwald
05134b0a66
Core/Guild: Handle changing the leader in one db transaction
2018-04-22 14:53:01 +02:00
Shauren
87278b69f0
Warning fix
2018-04-22 01:15:48 +02:00
Shauren
edb2b16f54
Tools/mmaps_generator: Give land priority during area merges over liquids
...
Closes #21700
2018-04-22 01:01:48 +02:00
Shauren
fb0a1de5c1
Tools/vmapextractor: Improved vmap detail level by extracting wmo doodads (tables, chairs etc)
2018-04-21 16:57:41 +02:00
joschiwald
6faec45f8d
Core/Entities: Adapted changes from 584abe107e
2018-04-21 16:15:21 +02:00
ariel-
76831d16be
Core/Spell: implemented dispel reflection
...
Closes #18323
(cherry picked from commit f0772eea98 )
# Conflicts:
# src/server/game/Spells/Spell.cpp
# src/server/game/Spells/Spell.h
# src/server/game/Spells/SpellEffects.cpp
2018-04-21 13:52:37 +02:00
Roc13x
11c3c456b7
Core/Bnet: Improve client ban messages ( #21837 )
...
* Don't hide banned game accounts from list.
* Display proper ban messages with suspension time remaining.
* More appropriate error codes for bans and locks
2018-04-18 20:27:45 +03:00
Roc13x
cd5a704fc1
Core/Items: Implemented ItemLimitCategoryCondition.db2 ( #21835 )
2018-04-18 18:41:23 +03:00
Roc13x
e27d7c8e8f
Core/Accounts: prevent existing account ban from being updated ( #21836 )
...
Cherry-picked from fbb2b165
2018-04-18 12:32:37 +02:00
Shauren
9ab72600ee
Core/Gossip: Implemented new gossip option type GOSSIP_OPTION_TRANSMOGRIFIER
...
Ref #21845
2018-04-17 17:10:58 +02:00
Shauren
979d7b4f35
Core/Movement: Fixed PathGenerator::GetNavTerrain returning ground instead of water in fatigue area
2018-04-15 22:14:54 +02:00
joschiwald
c1d865f09b
Core/DataStores: Implemented RewardPackXCurrencyType.db2
2018-04-15 21:31:46 +02:00
Shauren
60c4c29da5
Tools/MMapsGenerator: Cleanup duplicated definitions
...
* rebuilding is not needed
2018-04-14 18:22:27 +02:00
Palabola
dfdd2275aa
Core/Items: Fixed weapon enchant illusions ( #21817 )
2018-04-13 18:08:34 +03:00
funjoker
24f51f6586
Core/Creatures: Update Scaling to 7.3.5 ( #21521 )
2018-04-12 22:57:49 +03:00
Ovah
1aa42e97a8
Core/AI: Added CreatureAI hook that is getting triggered when a spell cast has been successfully finished. ( #21774 )
2018-04-12 21:26:45 +03:00
Shauren
08193cf625
Core/Phasing: Fixed setting phaseshift flags on condition updates
...
Closes #21739
2018-04-12 00:13:10 +02:00