Aokromes
f3c560f87e
DB/Misc: Fix gold of some creatures
...
By Malcrom
2016-07-29 23:30:46 +02:00
Aokromes
c52976f7e1
DB/Misc: Misc fixes
...
By Malcrom.
2016-07-29 22:46:11 +02:00
Aokromes
13ae4a0178
typo fix
2016-07-29 12:44:27 +02:00
Aokromes
570106ea9d
DB/Misc: 3.3.5a fixes
2016-07-29 12:42:21 +02:00
Aokromes
183b792b78
DB/Quest: Fix quest grouping for quest 27989 and 27994
...
By tkrokli
2016-07-29 03:12:23 +02:00
Aokromes
0fae3915d4
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
2016-07-26 23:57:29 +02:00
Aokromes
aca8c7ec92
DB/Gameobject: Remove 2 incorrect flags
2016-07-26 23:56:31 +02:00
ariel-
88bb891a71
Core/Misc: fix issues reported by static analysis
2016-07-26 03:15:20 -03:00
ariel-
291a633c35
Core/Scripts: cleanup Asaad and get ride of a few static analysis issues while at it
2016-07-26 03:15:19 -03:00
ariel
07a6650f9b
DB/Creature: hide Leap Target
2016-07-25 20:28:59 +00:00
Aokromes
69a6a182b1
Fix build
2016-07-25 15:55:07 +02:00
Aokromes
ed8b9fe1c4
Scripts/Misc: Add missing override
2016-07-25 15:49:08 +02:00
Aokromes
9dac2dbca9
Script/Stonecore: Fix coverity 82008
2016-07-25 15:29:38 +02:00
Aokromes
c23a2c6c69
Core: Fix coverity 82043
2016-07-25 10:32:36 +02:00
ariel-
a254ce1a7c
Core/Achievements: Fix merge fail introduced in 2bdcce17f8, additional requirements weren't being checked and completed criteria was being checked twice instead.
...
Updates #51
2016-07-24 19:09:11 -03:00
Aokromes
2435e4aa40
DB/Quest: Add loot for Intriguing Specimens
2016-07-24 22:04:30 +02:00
Aokromes
9d5cb998b7
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
2016-07-24 19:58:12 +02:00
Aokromes
9fb69216bc
Import some enum's and struct's to achievements.
...
From ArkCORE.
2016-07-24 19:57:31 +02:00
ariel
d876b6a693
Core/PlayerAI: silence warning
2016-07-24 17:33:27 +00:00
ariel-
5bb0935bbb
Core/IPC: fixed double free (virtual ~ZMQTask takes care of this, inherited class shouldn't handle base resources at all)
...
Coverity CID 82048
2016-07-24 00:07:56 -03:00
ariel-
c413e65d25
Core/Movement: partial revert 817eb007db and proper compile fixes, this was generating crashes
...
Closes #80
2016-07-23 23:44:34 -03:00
ariel-
f5e2b7db3a
Core/Spells: Fix merge error in e34e3f379f causing instant spells to be wrongly Delayed
...
Closes #74
2016-07-23 17:59:46 -03:00
ariel-
9aea1aaa35
Core/Instances: Fix memory leak in InstanceSaveMgr
...
Fix memory leak in InstanceSaveMgr added in 1f170c99ef .
Make InstanceSave::SetToDelete() private since it's not supposed to be used by anything other than InstanceSave or its friend class InstanceSaveMgr .
Closes #82
2016-07-23 17:01:29 -03:00
ariel-
705c052fc2
Core/PlayerAI: update spec detection logic, still needs spells to be updated for 4.3.4
2016-07-23 16:54:03 -03:00
ariel-
4b24e404e7
Core/Spell: fix Wrecking crew
...
Closes #77
2016-07-23 16:52:00 -03:00
ariel-
ba734a5be1
Core/Spells: update f35df037b6 for 4.3 spells
2016-07-23 16:15:37 -03:00
ariel-
6434e98c01
Core/Scripts: Cleanup cs_modify.cpp
...
* Removed a chunk of duplicate code
* Generalized Message notification
* Generalized checking of resources modification with a min-max
* Generalized checking of single value modification
* Closes #16858
(cherry picked from commit 775b03bf6f )
Conflicts:
src/server/scripts/Commands/cs_modify.cpp
2016-07-23 07:06:15 -03:00
ariel-
fa8662e617
Core/Movement: Clean up and improvements on Unit::SetSpeed ( #16843 )
...
- Clean up of Unit::SetSpeed (mostly cherry picks from the 6.x branch):
- the opcode sent depends on the unit. until now, MSG_MOVE_SET_* were sent for every units which isn't like retail behavior.
- Removed the unused method parameter "forced" from Unit::SetSpeed
- Renamed Unit::SetSpeed to SetSpeedRate
- Removed the unused method parameter "forced" from Unit::UpdateSpeed
- Added utility method Unit::SetSpeed which take the new flat value.
Conflicts:
src/server/game/Entities/Unit/Unit.cpp
src/server/scripts/Commands/cs_modify.cpp
src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp
src/server/scripts/Kalimdor/zone_azshara.cpp
src/server/scripts/Kalimdor/zone_durotar.cpp
src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp
2016-07-23 07:02:25 -03:00
ariel-
a8b9edefbc
Core/Spell: whitespace fix
2016-07-23 06:50:43 -03:00
ariel-
4049aa298e
DB/Misc: fix typo
2016-07-23 06:45:32 -03:00
ariel-
878ac1b90e
Core/Scripts: update boss_altairus.cpp, indentation and whitespace cleanup
2016-07-23 06:42:52 -03:00
ariel-
2d3fa37ef1
Core/Scripts: Baleroc cleanup
...
- Remove redundant OnGameObjectCreate/Remove, base implementation already takes care of adding and removing doors
- Added missing overrides, fixup bracing and whitespace
- Revamped a little achievement script and get ride of ugly CAST_AI
2016-07-23 06:39:15 -03:00
ariel-
4a96106d60
Core/Spells: finish porting SPELL_AURA_MOD_SPELL_CATEGORY_COOLDOWN handling from 6.x
2016-07-23 06:11:56 -03:00
ariel-
ceb2b94e0b
Core/Quests: cache areatrigger relationship in Quest object and send client correct data
2016-07-23 05:19:08 -03:00
ariel-
0923870dfb
Core/Misc: useless flag is useless
2016-07-23 04:43:31 -03:00
ariel-
17ef30d88b
DB/Misc: proper port sql fix from 2d10e0fcaf commented out
2016-07-23 04:35:12 -03:00
ariel-
ea8bb37bc7
Core/Scripts: add missing override and silence a warning in MSVC
2016-07-23 04:21:08 -03:00
ariel-
1eeff3a295
Core/Player: misc codestyle
2016-07-23 04:20:44 -03:00
Aokromes
f32aca84ab
Compile fix
2016-07-23 00:26:39 +02:00
Aokromes
7a4c33bc66
Core/Entities: implement SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER, fixes talent Point of no Escape
2016-07-22 21:59:03 +02:00
Aokromes
9d5ff93e27
Core: Removed Whitespaces
2016-07-22 21:40:34 +02:00
Vincent-Michael
aa61332af8
Core: Revert fail
...
(cherry picked from commit b5329d8a03 )
2016-07-22 18:51:10 +02:00
Vincent-Michael
0d7a6c6556
Core: Added missing overrides
...
(cherry picked from commit 5d584116fe )
2016-07-22 18:50:26 +02:00
treeston
d4de0ab053
AI/SmartScripts: Add action_param3 "disablePathfinding" to SMART_ACTION_MOVE_TO_POS (69).
2016-07-22 18:47:20 +02:00
Aokromes
9d67cafe92
Scripts/UtgardePinacle: Adjust King Ymiron boundaries
2016-07-22 18:45:29 +02:00
Aokromes
bee4c5518f
DB/Misc: 3.3.5a fixes
2016-07-20 22:58:26 +02:00
Aokromes
eacbddd471
Restore file deleted by mistake
2016-07-20 22:53:29 +02:00
Aokromes
8aec3dd3b6
DB/Misc: 3.3.5a fixes
2016-07-20 22:41:14 +02:00
Keader
9ca2d0a62f
Core/Scripts Added Black Temple Boundaries ( #17579 )
...
* Core/Scripts Added Black Temple Boundaries
2016-07-20 19:56:15 +02:00
Aokromes
7cb583a657
Core/Vehicle: delay position update in Vehicles, this may be deleted …
...
…on UpdatePosition, generating a crash
2016-07-20 19:55:44 +02:00