Mihapro
f04bddcbd0
Correct a typo
2013-05-10 19:28:47 +02:00
Mihapro
492c695021
Reimplement spell_dbc (with spelleffect_dbc)
2013-05-09 01:36:56 +02:00
Vincent_Michael
988a07ebcf
Core: Fix non pch build
2013-04-28 17:18:49 +02:00
Shocker
7e17679ada
Core/Spells: Implement TRIGGERED_IGNORE_TARGET_CHECK TriggerCastFlag to allow ignoring most target checks (mostly the default DBC ones)
2013-04-16 02:21:29 +03:00
Shauren
647a20138f
Core/PacketIO: Enabled CMSG_DISMISS_CRITTER and fixed opcode value for CMSG_DEL_IGNORE
2013-04-13 16:02:24 +02:00
Shauren
46201ac409
Core/PacketIO: Corrected structure of CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE and SMSG_MOVE_UPDATE_RUN_SPEED
2013-04-11 18:52:33 +02:00
Shauren
f370c4e4d6
Core/PacketIO: Updated and enabled CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE and updated structure of movement packet sent in CMSG_CAST_(PET_)SPELL
2013-04-11 01:14:32 +02:00
Shauren
238f7e9253
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-04-10 23:39:47 +02:00
Shauren
de4b15357e
Core/Objects: Fixed guild guids
2013-04-10 01:28:17 +02:00
Warpten
65ecb27a6e
Merge pull request #9009 from Souler/fix_mage_rof
...
[4.3.4] Spells/Mage: Ring of Frost
2013-04-09 16:11:45 -07:00
Shauren
5de7bf1f17
Core/Objects
...
* Vehicles can now be sent with UPDATETYPE_CREATE_OBJECT2
* Corrected HIGHGUID type for guilds
2013-04-09 17:26:02 +02:00
Shauren
4384f02352
Core/Players: Minor cleanup in PhaseMgr
2013-04-09 17:25:03 +02:00
Shauren
12a828fdbc
Core/Movement
...
* Implemented a generic way of sending movement packets depending on who controls the unit (player or server controlled)
* Added possibility to specify extra elements in movement packets (such as speed, extra passenger guid, collision height and similar) without having to add a special element only for these
* Removed Unit::SendMovementFlagUpdate as it was something working only in 3.3.5a and earlier (no serverside HEARTBEAT opcode exists now)
2013-04-09 17:24:39 +02:00
Souler
895a4dd352
Spells/Mage: Ring of Frost
2013-04-08 21:37:57 +02:00
Subv
c34fd8d862
Core/Quests: Corrected the function call to give the rewarded skill points
2013-04-07 11:57:08 -05:00
Subv
fbcdb5b0db
Core/Quests: Fixed currency handling in quests (Required and Reward currency) and reward skill points.
...
Closes #9101
2013-04-07 11:50:37 -05:00
Warpten
43da1bd0af
SQL/Updates: Fixed filename from previous commit. (Date formats...)
2013-04-03 23:15:19 +02:00
Warpten
6754b30e4c
DB/Objects: Fixed Wrath not being into the spells bar for newly created tauren druids.
2013-04-04 00:11:10 +03:00
Shauren
1ba6d0ce6f
Core/Units: Started work on updating movement (main goal: remove SendMovementFlagUpdate())
2013-04-03 20:13:33 +02:00
Shauren
7e9ac70420
Core/Units: Fixed spiky player movement
...
Closes #8792
2013-04-03 18:51:43 +02:00
Shauren
79d73bfa3d
Core/Units: Fixed transport positions sent in movement packets (also fixes a crash if on vehicle)
2013-04-01 23:20:57 +02:00
Shauren
1cfd71a858
Core/PacketIO: Fixed instant logouts displaying logout box with timer
2013-04-01 14:46:13 +02:00
Shauren
b431a499a7
Core/Units: Removed deprecated BuildMovementPacket method and updated MovementFlags2 enum
2013-04-01 14:45:47 +02:00
Shauren
f63fd0bc18
Core/Spells: Fixed a crash with summoning Wild Mushrooms
2013-03-28 23:52:58 +01:00
Vincent_Michael
1b8d917ea9
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-03-27 13:19:56 +01:00
Gacko
b788856220
SAI/Quest: A Hero's Headgear (Thanks @untaught)
...
Solves: #9452
2013-03-26 21:52:00 +01:00
Gacko
e635ba5b81
Core/SmartAI: SMART_ACTION_FORCE_DESPAWN for dead creatures
2013-03-26 21:51:59 +01:00
Spp
d7d62e4248
Core: Fix compile with WITH_COREDEBUG option enabled
2013-03-26 19:34:49 +01:00
Spp
51287930cb
Core/Build: All include directories are quoted to support path with spaces
...
Closes #9504
2013-03-26 13:45:47 +01:00
Spp
3c6c8c1117
Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile)
...
Closes #9501
2013-03-26 09:44:01 +01:00
Spp
d03da1320a
typo fix after 1a6a23e
2013-03-25 14:36:04 +01:00
Spp
c97c381ea0
Merge branch 'master' into 4.3.4
...
Conflicts:
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Object/Object.h
src/server/game/Entities/Pet/Pet.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Events/GameEventMgr.cpp
src/server/game/Loot/LootMgr.cpp
src/server/shared/Packets/ByteBuffer.h
2013-03-25 14:34:22 +01:00
Spp
1a6a23ec96
Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3.4 branch)
...
Core/Logging: Create new logger type "Cheat". Will be used to log all cheat attempts
2013-03-25 13:26:48 +01:00
Spp
7c36e3a298
Core/Misc: Minor optimizations (+ code changes to reduce differences with 4.3.4 branch)
2013-03-25 10:36:30 +01:00
nelegalno
70e4891e96
DB/Quest: set correct class requirement for The Forging of Quel Serrar
...
Closes 4194
2013-03-24 19:26:26 +01:00
Vincent_Michael
aad8c12a86
DB/EAI: Fix db error in 3a5ed66dcd
2013-03-24 12:32:17 +01:00
Kinzcool
e1cf3683a9
DB/Spell: Fixed EFFECT BIND position for "Teach: Death Gate".
...
Ref #8590
2013-03-24 02:38:56 -04:00
Warpten
132cc295ca
Core/Objects: Fixed playercreateinfo_spell for Cataclysm.
...
Note that playercreateinfo_spell_custom *should* be filled by yourself, just like what the name says.
2013-03-24 00:23:27 +01:00
ZxBiohazardZx
e3924a58f6
fix wrong pointid in previous commit
2013-03-23 11:06:36 +01:00
baric
106f6f893f
DB/Creature: Add missing spawns in the Demon Fall Ridge area
...
Closes #8614
2013-03-23 11:03:23 +01:00
ZxBiohazardZx
da5829b7da
DB/SAI Update SAI param for Ruined lifeboat & add SAI for Negolas
...
Closes #8846
2013-03-23 10:45:32 +01:00
foldor
1dcfc74e23
DB/Creature: add missing Silver Convenant in Frozen Halls
...
Closes #9082
2013-03-23 10:31:26 +01:00
alpharius
6c6ee59ac9
DB/Creature: add a text on death for Overmaster Pyron
...
Closes #9267
2013-03-23 10:26:03 +01:00
gaut
3a5ed66dcd
DB/SAI: add SAI for The Light's Mercy
...
Closes #9364
2013-03-23 10:23:20 +01:00
Gacko
ccb95c7462
Script/Spell: Apply Shadow's Fate to Sindragosa
...
Sindgragosa is summoned in instance script and would not pass the modified check otherwise
Related to: #9487
2013-03-22 21:36:25 +01:00
Shauren
92a490e7cd
Core/Auras: Fixed mount display
...
Closes #9482
2013-03-22 21:21:33 +01:00
Shauren
d40a16a95f
Core/Auras: Fixed client freezes happening with scalable auras that do not have all effects applied on all targets
...
Closes #8913
2013-03-22 21:21:09 +01:00
Shauren
4c8ff6e6a3
Core/Auth: Updated AuthResult enum
2013-03-22 19:55:01 +01:00
Vincent_Michael
15a249e28c
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Entities/Pet/Pet.cpp
src/server/game/Entities/Pet/Pet.h
src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp
src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp
src/server/scripts/Kalimdor/zone_azshara.cpp
2013-03-21 22:00:01 +01:00
Shauren
d05aac03ae
Core/Players: Cleanup code in SendPreparedQuest (checks doing nothing...)
2013-03-21 21:01:52 +01:00