Commit Graph

14505 Commits

Author SHA1 Message Date
Gyx
12e879c5b8 Core/Opcodes: Few opcodes from WPP
+ Some random cleanup
2012-01-12 14:59:40 +00:00
Gyx
a7923ae20f Core/Spells: Enable and "fix" SMSG_SPELLDAMAGESHIELD 2012-01-12 14:40:01 +00:00
Rat
01e515d94b Core/Spells: fixed SMSG_SET_FLAT_SPELL_MODIFIER and SMSG_SET_PCT_SPELL_MODIFIER by Shauren
changed TOTAL_AURAS to 363 (biggest number in dbc files)
2012-01-12 14:16:16 +01:00
Rat
c33475c6a8 Core/MovementHandler: small cleanup
disabled SMSG_THREAT_UPDATE for now (client crash issue)
2012-01-10 19:31:34 +01:00
Rat
2cc092b9e3 Merge pull request #4761 from Gyx/4.x
Gyx 4.x update
2012-01-10 08:12:08 -08:00
Rat
de6a45b207 Core/WorldSession: commented null opcode tracer 2012-01-10 15:26:12 +01:00
Rat
8d19dc343e Core/Movement: updated movement structures again ... 2012-01-10 14:50:25 +01:00
Gyx
26a1806b7d P13: Fixed CMSG_MESSAGECHAT_AFK & CMSG_MESSAGECHAT_DND opcodes and hadler.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 17:26:13 +08:00
Rat
07d27cbbf7 Core/ByteBuffer: fixed bitreader, this fixes the "strange movement" bug 2012-01-10 10:22:49 +01:00
Gyx
a43e4bb773 P12: Fixed CMSG_BATTLEFIELD_JOIN opcode.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 16:55:02 +08:00
Gyx
d4169a5333 P11: Fixed CMSG_LOOT_MONEY opcode and handler.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 15:15:49 +08:00
Gyx
3230fc4d02 P10: Update account expansion default 3 for 4.x
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 10:07:22 +08:00
Shauren
c84de34ab6 Core/Movement: Minor corrections to SMSG_PLAYER_MOVE 2012-01-09 19:44:46 +01:00
Rat
e8c5218e00 Core/Movement: updated 2 more movement structures 2012-01-09 18:17:09 +01:00
Rat
fae72c75a6 Merge pull request #4709 from Gyx/4.x
Gyx 4.x update
2012-01-09 03:32:26 -08:00
Shauren
7db8fbd874 Core/Movement: 4.2.2 structure for MSG_MOVE_START_BACKWARD 2012-01-08 17:26:45 +01:00
Shauren
ab5e1d5667 Core/Movement: 4.2.2 structure for MSG_MOVE_SET_PITCH 2012-01-08 17:19:26 +01:00
Shauren
a34a421e99 Core/Movement: 4.2.2 structure for MSG_MOVE_JUMP 2012-01-08 16:45:49 +01:00
Rat
e8877e8d64 Core/Movement: updated 2 more movement structures 2012-01-08 16:25:39 +01:00
Subv2112
241b460269 Core/Protocol: Enable 3 more handlers
Closes #4507
2012-01-08 13:28:48 +00:00
Gyx
1180fbf531 P9: Update ItemClass & ItemSubclass from ItemClass.dbc & ItemSubclass.dbc
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 14:42:37 +08:00
Gyx
636e2fb752 P8: Fixed corpse loading crash.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 12:17:06 +08:00
Gyx
79e7e86384 P7: Small clean-up.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 11:35:00 +08:00
Gyx
d0e201eafe P6: Rename 4.x sql
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 09:39:12 +08:00
Shauren
0b507c1a29 Core/Movement: 4.2.2 structure for MSG_MOVE_FALL_LAND 2012-01-07 18:34:31 +01:00
Nay
9f4bdbe3d7 Core/DB: Fix corpse loading prepared statements (typo introduced in merge) 2012-01-07 17:29:59 +00:00
Nay
66e1bc1aec Change the way we deal with SQL files and merges on 4.x:
- All SQLs will be in sql/update/world;
- If after a master->4.x merge any DB content needs to be removed, a new SQL on 4.x shall remove that content from this branch
- Old SQLs shall not be changed
(Deleted 4.x folder)
2012-01-07 17:17:13 +00:00
Nay
9c26ce8da5 Merge branch 'master' into 4.x
Conflicts:
	src/server/game/Achievements/AchievementMgr.cpp
	src/server/game/Achievements/AchievementMgr.h
	src/server/game/Entities/Corpse/Corpse.cpp
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Quests/QuestDef.cpp
	src/server/shared/Database/Implementation/CharacterDatabase.cpp
	src/server/shared/Database/Implementation/CharacterDatabase.h
2012-01-07 17:13:42 +00:00
Nay
ccf8b3889b Core/Protocol: Enable some handlers 2012-01-07 16:41:56 +00:00
Rat
3897d26317 Merge pull request #4652 from Gyx/4.x
Gyx 4.x update
2012-01-07 05:31:28 -08:00
Gyx
42f3f91ad4 P5: Typo...
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-07 12:28:09 +08:00
Gyx
f27cc65588 P4: Fixed some opcodes. Fixed HandleReadItem (CMSG_READ_ITEM).
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-07 10:24:35 +08:00
Kaelima
a79ea3dcdf Merge pull request #4672 from Subv/fix004
Fixed gossip menu displaying for gameobjects with type GAMEOBJECT_TYPE_QUESTGIVER
2012-01-06 06:37:20 -08:00
Shauren
1a8bf13cb6 Core/Events: Last part of seasonal quest loading/saving fixes (should all be one commit) 2012-01-06 15:08:21 +01:00
Shauren
5ae622678a Core/Events: Fixed saving seasonal quest status 2012-01-06 15:01:30 +01:00
Shauren
2bef633e1f Core/Events: Corrected column type when loading seasonal quest status 2012-01-06 14:58:55 +01:00
Shauren
0c2dd2dc7f Core/Events: Fixed crash when loading character_queststatus_seasonal 2012-01-06 14:57:01 +01:00
ZxBiohazardZx
7f241e5b64 DB/Commits: fix the filenaming on the files used in pull request from nelgano and fix some errors, please do not create pull requests for database fixes, the issuetracker will do...
Closes #2732, #4461, #1860, #2026, #4187, #4569
2012-01-06 13:54:34 +01:00
nelegalno
f3b50ffe11 Db/Loot: Fix items dropped in Narain's Special Kit 2012-01-06 13:38:26 +01:00
Discover-
5a6822174e Merge pull request #4657 from nelegalno/last_attempt_13
Creatures with EAI flag set but no EAI script
2012-01-06 04:35:44 -08:00
Discover-
541b040570 Merge pull request #4658 from nelegalno/last_attempt_12
Fix Captain Vimes questrelation
2012-01-06 04:16:36 -08:00
Discover-
3362ac8c3d Merge pull request #4668 from nelegalno/last_attempt_02
Ogre Heaven fix PrevQuestID by shlomi1515
2012-01-06 04:16:01 -08:00
Discover-
33498924be Merge pull request #4662 from nelegalno/last_attempt_08
Fix Quest 11795, 11887
2012-01-06 04:14:36 -08:00
Discover-
2625de44da Merge pull request #4664 from nelegalno/last_attempt_06
Drowned Guardian & Phylactery Guardian summoned NPC should not give XP
2012-01-06 04:10:19 -08:00
Discover-
43f1715c96 Merge pull request #4665 from nelegalno/last_attempt_05
Fix Report to Gryan Stoutmantle creature_questrelation values
2012-01-06 04:09:50 -08:00
Discover-
8e8cb98842 Merge pull request #4666 from nelegalno/last_attempt_04
Tiger Matriarch Credit have SAI flag but no SAI script
2012-01-06 04:08:58 -08:00
nelegalno
64d9be1a7d Creatures with EAI flag set but no EAI script 2012-01-06 13:42:49 +02:00
nelegalno
1122b7b322 Fix Captain Vimes questrelation
Closes #4569
2012-01-06 13:41:46 +02:00
ZxBiohazardZx
c3ac958c0c DB/Achievements: add data to match Realm First! <class> <race> 2012-01-06 12:38:48 +01:00
nelegalno
40109fd041 Fix Quest 11795, 11887 'Emergency Protocol: Section 8.2, Paragraph C', 'Emergency Supplies' by Pitcrawler
Closes #2026 & #4187
2012-01-06 13:34:06 +02:00