Subv
7ceb7c8b81
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Entities/Unit/Unit.cpp
2012-12-29 15:28:53 -05:00
Subv
9bc339cd89
Core/Movement: MSG_MOVE_TELEPORT is not supposed to be sent to the player being teleported.
...
Thanks @vlad852
Closes #8798
Closes #8774
2012-12-29 15:25:48 -05:00
Subv
9a9fbb87de
Entities/Movement: Correctly send MSG_MOVE_TELEPORT to the player when it is teleported, send MSG_MOVE_UPDATE_TELEPORT to nearby players when such thing happens.
...
Allow the usage of WriteMovementInfo on non-player units.
2012-12-29 15:22:37 -05:00
Subv
3d3a8107e0
Core/Entities: Account for creatures that are spawned below ground level when adding flying flags. (Triggers, mostly)
2012-12-29 14:23:23 -05:00
Shauren
792edb2880
Merge pull request #8812 from Therzok/master
...
Core/Creatures: Fixed player race checks for mount trainers.
2012-12-29 11:16:45 -08:00
therzok
5c8c458d60
*Fixing a typo.
2012-12-29 21:14:12 +02:00
Vincent_Michael
ae47b641e1
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2012-12-29 15:33:57 +01:00
click
91f1e53ba2
CMake/Buildsystem: Fix a small compiler-problem when using PCH with MSVC - the /Ym flag is adjusted by the compiler in MSVC2012, hence we need to set an upper limit to avoid disrupancies
...
Please note that this is not 'very well tested'.
2012-12-29 13:35:35 +01:00
Tuxity
24eba2359a
Core/Stats: Fix haste display in character panel
2012-12-29 11:48:38 +01:00
Tuxity
6c4e348412
Core/Arena:
...
- Fix typo with opcode CMSG_ARENA_TEAM_CREATE by @Warpten
- Fix honor points gain in UI
2012-12-29 11:37:33 +01:00
Tuxity
acd6969c95
Core/Arena: Change the place where the enemy unit frame should be set
2012-12-29 11:29:00 +01:00
Gacko
2048877746
Rename SQL
...
... forgot again...
2012-12-29 08:03:00 +01:00
Gacko
01997cba47
DB/Quest: Citadel footsteps questline. Thx @Exodius
...
This, together with
- 007461b6d8
- 9020084096
- f1d960a589
solves #7707 . Any suggestions/improvements in this issue.
2012-12-29 08:01:07 +01:00
Subv
3ad9dafdb6
Core/Entities: Update movement flags for flying/swimming creatures on Creature::Update
2012-12-29 04:01:55 +01:00
Shauren
fc9bbe1046
Core/Spells: Implemented SPELL_ATTR9_SPECIAL_DELAY_CALCULATION. Spells using this attribute have missile travel time stored in Speed field (in seconds) instead of speed
2012-12-28 22:18:19 +01:00
Subv
8f589dcdd0
Core/Entities: Add a delta to the ground level difference for removing the flying movementflags when landing.
2012-12-28 13:53:44 -05:00
Vincent_Michael
abbbf55931
Core/Spell: Removed a obsolete spell fix for cata
2012-12-28 19:38:01 +01:00
Vincent_Michael
9281eb42da
Core: Fix build
2012-12-28 19:11:55 +01:00
Nay
3375f56bf8
Merge remote-tracking branch 'origin/master' into 4.3.4
...
Conflicts:
src/server/scripts/Kalimdor/thousand_needles.cpp
2012-12-28 17:31:39 +00:00
Trista
4065b17c94
DB/Quest: remove deprecated version of Ally of the Netherwing
...
Closes #2841
2012-12-28 16:21:29 +01:00
nelgalno
52f7a7b224
DB/Quest: add some SAI for The Moment of Truth (10201)
...
Closes #1108
2012-12-28 16:17:20 +01:00
ZxBiohazardZx
718313f1b8
DB/Startups: apparently we had some creatures with wrong movementtype...
2012-12-28 16:11:04 +01:00
Nay
7ccef51c8c
Merge pull request #8518 from ille/goreset
...
scripts/gameobject: correct reset of gameobjects (cages/prisons), move command out of if statement
2012-12-27 18:50:35 -08:00
Faq
e04275984e
Core/Spells: fix self-damage caused by Glyph of Chains of Ice. oMadMano
...
Closes #7270
Closes #644
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-12-28 02:24:01 +00:00
Trista
95152d5753
Core/Vehicles: Closes all issues with seats for real (finishing and fixing previous change)
...
* Author, Joschiwald, all credits to him please
* DieSide should be not calculated with basepoints for these auras, thiss correctly finish previous fix 452e585f7b from Horn
* What it fixes, FL, XT, Demolishers, Accessories, Not being able to leave vehicle and so many more can't track them sorry
2012-12-28 04:11:51 +02:00
secharles
8272affe92
Script/Commands: New command: lookup spell id #spellid
...
Command to allow to know spell names based on id
Example:
lookup spell id 686:
686 - [Shadow Bolt rank 1 esES] [know]
Closes #8800
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-12-28 01:05:56 +00:00
Gacko
a29ec679ae
Rename SQL
2012-12-27 22:15:30 +01:00
Gacko
007461b6d8
DB/Quest: The Shadow's Vault questline. Thx @Exodius
2012-12-27 22:12:29 +01:00
Shauren
ed236024e1
Core/ObjectMgr: Fixed loading creature_classlevelstats
2012-12-27 20:22:54 +01:00
Shauren
a2bb50c462
Core/Spells: Removed a few obsolete spell fixes
2012-12-27 20:22:22 +01:00
Shauren
fef25a6374
Core/Spells: Fixed crash caused by uninitialized target type
2012-12-27 20:21:44 +01:00
Vincent_Michael
cb5687f583
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Entities/Creature/Creature.cpp
2012-12-27 19:52:01 +01:00
Vincent_Michael
c93559c02d
Core: Fix build
2012-12-27 19:50:16 +01:00
Subv
873aa5f2a7
Core/Movement: Do not set movement flags for creatures based only on their InhabitType, check if they are actually on air/water. newline. Should allow us to fix some problems on ICC and the mmaps branch.
2012-12-27 19:31:34 +01:00
Malcrom
8b90626e5f
DB/SAI: EAI to SAI conversions
2012-12-27 14:47:36 -03:30
Nay
91136ea55f
Merge remote-tracking branch 'origin/master' into 4.3.4
...
Conflicts:
src/server/game/Battlegrounds/Battleground.cpp
src/server/game/Battlegrounds/Battleground.h
src/server/game/DataStores/DBCEnums.h
src/server/game/Entities/Player/Player.h
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Miscellaneous/SharedDefines.h
src/server/game/Quests/QuestDef.cpp
src/server/game/Quests/QuestDef.h
src/server/game/Server/Protocol/Opcodes.cpp
src/server/game/Server/Protocol/Opcodes.h
src/server/scripts/Commands/cs_reload.cpp
2012-12-27 17:52:11 +00:00
Nay
7fe2d7309a
DB/Schema: Rename and change types of a few fields in locales_creature_text and locales_npc_text
...
locales_creature_text.textGroup -> locales_creature_text.groupid
locales_npc_text.entry -> locales_npc_text.ID
2012-12-27 16:42:05 +00:00
Nay
29f3476947
Merge pull request #8791 from AliveShiro/icehowl
...
Scripts/Trial of the Crusader: Fix Icehowl Script closes #8539
2012-12-27 08:07:17 -08:00
Subv
3ee6ec258a
Merge pull request #8795 from Naios/db_dbc
...
[4.3.4] Core/DataStores: Upgraded spelldifficulty_dbc & achievement_dbc to 4.3.4
2012-12-27 07:09:28 -08:00
Subv
1a8d7d738a
Merge pull request #8787 from joschiwald/load_spell_procs
...
Core/Spells: fix possible crash when loading `spell_proc` table
2012-12-27 06:48:45 -08:00
Naios
978611d7dd
Core/DataStores: Upgraded achievement_dbc db storage to 4.3.4
2012-12-27 15:42:55 +01:00
Naios
33ce380c12
Core/DataStores: Upgraded spelldifficulty_dbc db storage to 4.3.4
...
* Update 2012_12_27_00_world_spelldifficulty_dbc_434.sql is required
2012-12-27 15:42:42 +01:00
Nay
b530602b96
DB/Schema: Rename locales_quest.entry to locales_quest.Id for consistency with quest_template table
2012-12-27 14:29:05 +00:00
Gacko
9020084096
DB/Quest: Orgrim's Hammer questline - Thx @Exodius
2012-12-27 14:12:22 +01:00
Gacko
98be46dfd8
Rename sql file
2012-12-27 12:25:47 +01:00
AliveShiro
b19563fb6a
Scripts/Trial of the Crusader: Fix Icehowl Script closes #8539
2012-12-27 12:12:27 +01:00
joschiwald
3288d7024a
Core/Spells: fix possible crash when loading spell_proc table
2012-12-27 06:04:45 +01:00
Malcrom
aa92488ac6
DB/SAI: EAI to SAI Conversions
2012-12-27 01:15:34 -03:30
Malcrom
68ffe8a7a9
DB/SAI: EAI to SAI conversions.
2012-12-27 00:10:11 -03:30
Malcrom
18bc253f38
DB/SAI: EAI to SAI Conversions.
2012-12-26 23:16:05 -03:30