Commit Graph

29718 Commits

Author SHA1 Message Date
Aokromes
df55a71399 DB/Creature: Fix another exploit on UP 2015-09-15 22:32:50 +02:00
Killyana
748b6a3131 DB/Gameobject: Fix doors being clickable in the Tempest Keep.
Faction and flags are from sniffs.
2015-09-15 21:39:11 +02:00
Aokromes
a6077b31ec Core/Gameobject: Fix a crash when enter Hor 2015-09-15 21:20:17 +02:00
Carbenium
38f9421a29 Merge branch '4.3.4' of github.com:Aokromes/TrinityCore into 4.3.4 2015-09-15 21:11:56 +02:00
Carbenium
221f1405b6 Merge branch '3.3.5' into 4.3.4
Conflicts:
	sql/base/auth_database.sql
	sql/updates/world/2015_08_29_00_world.sql
	sql/updates/world/2015_08_29_01_world.sql
	sql/updates/world/2015_08_30_00_world.sql
	sql/updates/world/2015_08_31_01_world.sql
	sql/updates/world/2015_09_02_00_world.sql
	sql/updates/world/2015_09_02_01_world.sql
	sql/updates/world/2015_09_02_04_world.sql
	sql/updates/world/2015_09_03_00_world.sql
	sql/updates/world/2015_09_03_01_world.sql
	sql/updates/world/2015_09_03_02_world.sql
	sql/updates/world/2015_09_03_03_world.sql
	sql/updates/world/2015_09_03_04_world.sql
	sql/updates/world/2015_09_03_06_world.sql
	sql/updates/world/2015_09_03_07_world.sql
	sql/updates/world/2015_09_03_08_world.sql
	sql/updates/world/2015_09_03_09_world.sql
	sql/updates/world/2015_09_03_10_world.sql
	sql/updates/world/2015_09_03_11_world.sql
	sql/updates/world/2015_09_04_00_world.sql
	sql/updates/world/2015_09_04_01_world.sql
	sql/updates/world/2015_09_04_02_world.sql
	sql/updates/world/2015_09_04_03_world.sql
	sql/updates/world/2015_09_07_00_world.sql
	sql/updates/world/2015_09_07_01_world.sql
	sql/updates/world/2015_09_07_02_world.sql
	sql/updates/world/2015_09_07_03_world.sql
	sql/updates/world/2015_09_07_04_world.sql
	sql/updates/world/2015_09_07_05_world.sql
	sql/updates/world/2015_09_08_00_world.sql
	src/common/Collision/Management/MMapManager.cpp
	src/common/Cryptography/Authentication/AuthCrypt.cpp
	src/common/Cryptography/Authentication/AuthCrypt.h
	src/common/Cryptography/HMACSHA1.cpp
	src/common/Cryptography/HMACSHA1.h
	src/server/CMakeLists.txt
	src/server/collision/CMakeLists.txt
	src/server/game/CMakeLists.txt
	src/server/game/Entities/Object/ObjectGuid.h
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Globals/ObjectMgr.cpp
	src/server/game/Quests/QuestDef.cpp
	src/server/game/Spells/Auras/SpellAuraEffects.cpp
	src/server/game/Spells/Auras/SpellAuras.cpp
	src/server/game/World/World.cpp
	src/server/scripts/CMakeLists.txt
	src/server/scripts/Commands/cs_cheat.cpp
	src/server/scripts/Commands/cs_debug.cpp
	src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp
	src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
	src/server/scripts/Northrend/VioletHold/boss_zuramat.cpp
	src/server/scripts/Spells/spell_mage.cpp
	src/server/worldserver/CMakeLists.txt
	src/server/worldserver/Main.cpp
2015-09-15 20:42:34 +02:00
Shauren
1321427901 Core/Unit: Fixed incorrect value sent in highest threat unit update 2015-09-15 16:58:30 +02:00
Aokromes
21644e556d DB/Creature: Fix one big exploit on UP 2015-09-15 11:45:24 +02:00
MitchesD
b58f585da2 Rename 2015_09_14_00_world_335.sql to 2015_09_15_00_world_335.sql 2015-09-15 10:46:09 +02:00
Aokromes
8e5a65649c Rename 2015_12_09_00_world.sql to 2015_09_12_00_world.sql 2015-09-15 10:45:48 +02:00
MitchesD
0eea8d686b Merge pull request #15497 from ShinDarth/335-misc
[3.3.5] Low priority changes after latest backports
2015-09-15 10:45:40 +02:00
Carbenium
20ce8cbbc2 Merge pull request #15514 from ShinDarth/ticket
Scripts/Commands enhance .ticket complete command
2015-09-14 23:38:21 +02:00
ShinDarth
b1d773f3d5 Core/Misc: rename some variables after latest backports 2015-09-14 23:35:58 +02:00
ShinDarth
bbaa7f0d73 Scripts/Commands enhance .ticket complete command 2015-09-14 23:27:25 +02:00
Shauren
ce2aa49715 Merge pull request #15503 from Treeston/3.3.5-patchwerk
Creature/BossAI/Patchwerk: Fix Hateful Strike behavior
2015-09-14 18:37:20 +02:00
treeston
807deaccef Scripts/Naxxramas:
Fixes to Patchwerk AI:
- Hateful Strike can only target the highest 1 (10m)/ 2 (25m) threat targets that aren't the current target. Out of these targets, Hateful Strike hits the highest current HP target.
- Hateful Strike now properly adds threat to all targets eligible for it, plus the current target if it is in melee range. Actual threat amount is not from sniffs - please update this if you have conclusive retail data.
- Cleaned up some millisecond constants and variable names.
2015-09-14 18:18:44 +02:00
Shauren
3627891dd5 Merge pull request #15502 from Treeston/3.3.5-sapphiron
Scripts/Naxxramas: Fixed minor bugs/quirks with Sapphiron
2015-09-14 18:17:45 +02:00
treeston
a90ae075c9 Scripts/Naxxramas:
Fixed bugs with Sapphiron encounter:
- Sapphiron will now properly re-engage if the previous attempt ended while he was in flight.
- Sapphiron will now properly be hovering while in the air phase instead of standing idly on the ground.
- Move Frost Resistance achievement check from custom script to spell 60539 (Sapphiron Achievement Check), thanks to @Shauren for the heads up.
2015-09-14 18:08:51 +02:00
Aokromes
9ec2bad547 Merge branch '4.3.4' of http://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2015-09-13 18:49:23 +02:00
Aokromes
b3f1ce134d DB/Misc: Remove no longer existing achievement criteria ids 2015-09-13 18:41:32 +02:00
Shauren
2138726e61 Removed wip leftovers 2015-09-12 22:55:44 +02:00
Shauren
2923dd5bad Default initialize i_path instead of using NULL 2015-09-12 21:21:03 +02:00
Shauren
2056961aae Core/Players: Changed multi-segment taxi paths to fly nearby flight masters along the way, not directly through them
* Taxi cost on multi-segment paths is now charged per segment when it is started
2015-09-12 20:15:34 +02:00
joschiwald
497aa4425b Core/Scripts: fixed startup errors
Closes #14730
2015-09-12 18:51:11 +02:00
jackpoz
4cdab0cdcb Scripts/Ulduar: Fix issue reported by static analysis
Coverity defect ID: 1316690
2015-09-12 16:44:34 +02:00
jackpoz
4013500d24 Core/Quests: Fix issue reported by static analysis
Coverity defect ID: 1323839
2015-09-12 16:24:09 +02:00
ShinDarth
e556676bf6 DB/World: add VerifiedBuild field to creature/gameobject_questitem 2015-09-12 10:51:34 +02:00
Killyana
1f0e703885 DB: Fix Some DB errors 2015-09-11 21:21:34 +02:00
Aokromes
5c23e0b61f DB/Misc: Fix Stratholme final boss
Closes #21
2015-09-11 11:49:40 +02:00
Aokromes
af84f0b153 DB/Misc: Fix travis 2015-09-11 06:26:54 +02:00
Aokromes
9cdc55d023 DB/Misc: Fix travis 2015-09-11 06:17:11 +02:00
Aokromes
5beae594af DB/Misc: Fix travis 2015-09-11 06:13:01 +02:00
Aokromes
4fda525eb3 DB/Misc: Typo fix 2015-09-11 06:01:20 +02:00
Aokromes
7d371065c8 DB/Misc: 3.3.5a fixes 2015-09-11 05:55:40 +02:00
MitchesD
31eb2c5e0b Merge pull request #15483 from ShinDarth/335_quest_template
DB/World schema backport: updated quest_template table
2015-09-10 16:12:59 +02:00
ShinDarth
38cbefd3c4 DB/World schema backport: updated quest_template table 2015-09-10 15:54:56 +02:00
MitchesD
8abbb54ad0 Merge pull request #15459 from ShinDarth/quest_template_backport
DB/World schema backport: updated quest_template table
2015-09-10 13:17:13 +02:00
ShinDarth
33892e0f9d DB/World schema backport: updated quest_template table 2015-09-10 13:16:05 +02:00
treeston
946fdbc06b Allow player-created temporary summons (quest "helper" NPCs summoned by item etc.) to contribute to the 50% player damage requirement.
Fixes quests such as "Valduran the Stormborn" (12984) or "The Air Stands Still" (13125) which previously required the player to out-damage the "helper" NPC to get credit.
2015-09-09 18:47:50 +02:00
Duarte Duarte
6cdfe9dc09 Merge pull request #15452 from Treeston/3.3.5
Core/Unit: Allow mounting for certain transformations
2015-09-09 08:37:03 -07:00
Aokromes
4295266886 Revert previous commit 2015-09-09 05:29:56 +02:00
Aokromes
46234c5f37 Build/Misc: Implement clang 3.6 2015-09-09 05:19:36 +02:00
Aokromes
1d71c64374 DB/Misc: More travis fix 2015-09-09 05:00:08 +02:00
Aokromes
fffb544b31 DB/Misc: Try to fix travis, again 2015-09-09 04:47:00 +02:00
Aokromes
5878cd46b5 DB/Misc: Sync 3.3.5a db spawns 2015-09-09 04:40:56 +02:00
Aokromes
556c413fcc Update 2015_09_09_00_world.sql
copy&paste is evil.
2015-09-09 04:39:45 +02:00
Aokromes
153c8fda6f DB/Misc: Fix startup errors 2015-09-09 04:37:31 +02:00
Killyana
90ef83ad05 DB/Gossip: Fix gossip menus with only one special option 2015-09-08 23:29:13 +02:00
Aokromes
76839694b0 DB/Misc: Missing newline 2015-09-08 21:10:26 +02:00
Duarte Duarte
ab5ecb7470 Merge pull request #15466 from M-Pan/3.3.5
Config: Minor Typo
2015-09-08 12:00:08 -07:00
m_pan
1503be010b Config: Minor Typo
#    Updates.SourcePath   >   #    Updates.MySqlCLIPath
2015-09-08 13:49:14 -05:00