Commit Graph

12064 Commits

Author SHA1 Message Date
Spp fa9daaf95b Merge branch 'master' into 4.x and some warning fixes 2011-12-27 10:15:27 +01:00
Discover- 3176289024 Merge pull request #4254 from wilds/fix_lightwell
Core/Spells: fix Lightwell (in combat consume charges)
2011-12-26 16:56:33 -08:00
leak e646dbb3cd Core/DBLayer: Convert PExecute() queries to prepared statements No. 2 2011-12-27 00:29:48 +01:00
Shocker 8323027e0c Core/Achievements: Remove invalid check in ACHIEVEMENT_CRITERIA_ADDITIONAL_CONDITION_TARGET_MUST_BE_ENEMY 2011-12-26 05:07:43 +02:00
Shocker 7260a4a949 Core/Achievements: Avoid code duplication for DB achievement criteria data check and correctly allow to update criteria if there is no DB data 2011-12-26 04:55:38 +02:00
Shocker 8bed4ce7a3 Core/Achievements: Start implementing DBC achievement criteria conditions and remove db data and code for outdated DB achievement criteria datas 2011-12-26 04:44:22 +02:00
Shocker f283a7b116 Merge pull request #4475 from Svannon/fix-fishingcone
Core/Fishing: Reduce the fishing cast cone to 35 degrees from each side of the facing instead of 70. Make the overall cone 70 degrees instead of 140
2011-12-25 12:16:10 -08:00
leak ef17c05dec Core/DBLayer: Convert PExecute() queries to prepared statements No. 1 2011-12-25 18:13:21 +01:00
Discover- 9b8d18e7cd Scripts/Quests: Add a double check in summoning for two of my previous scripts, as well as revert changing WDB data. 2011-12-25 17:17:28 +01:00
Discover- dbcccbbb44 Core/Quests: Add script for quest The Thunderspike.
Closes #4458.
2011-12-25 16:44:55 +01:00
leak 41888f63c9 Core/DBLayer: Proper code style on recently refactored code 2011-12-25 14:26:50 +01:00
leak 64a2a29506 Core/DBLayer: Convert Execute() queries to prepared statements 2011-12-25 02:22:10 +01:00
Discover- 78ac79220f Scripts/Miscellaneous: Script Brewfest welcome areatriggers.
Texts were already added in 0a3a961211.

Closes #3615
2011-12-25 01:47:02 +01:00
Discover- e403652973 Merge branch 'master' of https://github.com/TrinityCore/TrinityCore 2011-12-25 01:30:18 +01:00
Discover- 0a112a2f45 Scripts/Quests: Script quests Down At the Docks, Gateway to the Frontier, Lordaeron Throne Room, Bought of Eternals, Spooky Lighthouse, Stonewrought Dam, Dark Portal (A/H)
Closes #3322
Closes #1428
Closes #1403
Closes #1387
2011-12-25 01:29:35 +01:00
leak 08bd2f1a54 Core/DBLayer: Convert callback queries to prepared statements No. 3 2011-12-25 01:27:44 +01:00
Discover- 275aa8a7d8 DB/Miscellaneous: Implement humans transforming into worgens at night inside Pyrewood Village.
And yet again some silly typo's, sorry guys.

Closes #3062
2011-12-25 01:21:09 +01:00
Discover- 173fb48fe2 Core/Quests: Script quest Portals to Legion.
Core/Desolace: Clean up some terrible code..
2011-12-25 01:05:00 +01:00
Discover- 49e10f992a Scripts/Quests: Zuhuled the Wacked
And obviously, some typo's.

Closes #3704
2011-12-25 00:52:01 +01:00
Discover- f2ad757acd Core/Scripts: Fix quest Heroes of Old.
Closes #3703
2011-12-25 00:43:26 +01:00
Discover- c3e527da6d Core/Quests: Script quest Captain Tyralius.
Closes #3091.
2011-12-25 00:36:17 +01:00
Discover- 8cec401f0c Core/Scripts: Script quest Nat's Bargain.
Closes #3140.
2011-12-25 00:29:15 +01:00
Discover- b82eb200e8 DB/Quests: Script quest Raptor Captor.
Yet another stupid mistake from previous commit, sorry.
2011-12-25 00:20:56 +01:00
Discover- ef4608f07c Core/Quests: Fix an exploit in Red Snapper - Very Tasty!
Also fix a silly codestyle typo in previous commit.

Closes #3887
2011-12-25 00:13:28 +01:00
Nay 0d98ecc6c1 Merge pull request #4463 from Warpten/stings
Core/Spells: Fixed Improved Stings Rank 2 Dispel resist chance
2011-12-24 15:09:52 -08:00
Discover- 23b54b8416 Core/Quests: Script quest Missing Friends
Closes #3604
2011-12-25 00:04:26 +01:00
root c14e7ec385 Core/Spells: Permanent Feign Death will now also make the creature set its creature state passive 2011-12-24 23:44:51 +01:00
Svannon 3405e0811d [Fishing] Reduce the Fishing cast cone to 35 degrees from each side of the facing instead of 70. Make the overall cone 70 degrees instead of 140. 2011-12-24 12:41:22 -07:00
QAston 15bd8f3cd5 Core/Spells: Fix logic in AnyDeadUnitSpellTargetInRangeCheck - spells using this should now correctly check target requirements. This is an alternative fix to #4112. 2011-12-24 08:40:30 +01:00
Kapoeira c89c007f9f Core/Spells: Fixed Improved Stings Rank 2 Dispel resist chance (crazy targeting typo) 2011-12-23 19:49:59 -05:00
QAston eecc4b58a7 Core/Spells: Use better check for target type in Spell::EffectSendEvent - SpellEffect::GetProvidedTargetMask() is much more accurate than hardcoded dbc index. 2011-12-23 23:52:22 +01:00
megamage e6a3dc679f Fix a crash caused by 0ac431f52d. Close #4418. 2011-12-23 11:09:09 -05:00
kaelima 07c294b0c2 Core/Vehicle: Corrected the flag of VEHICLE_SEAT_FLAG_B_USABLE_FORCED_4 2011-12-23 14:32:32 +01:00
Nay 8816b00be7 Core/Protocol: Add missing opcode ids that got enabled previous commit
Also, throw an error if opcode in handler is 0
2011-12-22 23:38:46 +00:00
Nay f20c1fb112 Core/Protocol: Enable a lot of SMSGs. Each one got verified... 2011-12-22 23:25:42 +00:00
Nay e2704d6abd Core/Loot: Enable and fix SMSG_LOOT_START_ROLL 2011-12-22 22:21:48 +00:00
Nay bdf64e8f96 Core/Quest: Enable and 'fix' SMSG_QUESTGIVER_REQUEST_ITEMS 2011-12-22 22:09:33 +00:00
Nay 94e85c34d3 Core/Spell: Enable and 'fix' SMSG_SET_PCT/FLAG_SPELL_MODIFIER 2011-12-22 21:21:41 +00:00
Nay 090bb5a45e Core/Guild: Fix and enable SMSG_GUILD_QUERY_RESPONSE
- Update GuildEvents for 4.x (by Spp)
2011-12-22 19:53:47 +00:00
kaelima 398299084e Corrected some logic in my recent commits.
- ff2dbfc381 thanks LihO
- 6ccf95af4c thanks frostmourne
2011-12-22 18:48:06 +01:00
megamage ce0dfa88a6 Revert "Temp fix for *nix build."
It builds in *nix without this patch.

This reverts commit e84fffe588.
2011-12-22 10:15:17 -05:00
Nay 07293b55fc Core/Protocol: Last group of "enable CMSGs", onto SMSGs now... 2011-12-22 15:13:22 +00:00
weclub 304fa1d53f Core/Quest: Fix SMSG_QUESTGIVER_STATUS(_MULTIPLE)
Closes #4437
2011-12-22 15:00:06 +00:00
Nay 3310bd0c40 Core/Protocol: Enable more CMSGs 2011-12-22 14:47:07 +00:00
weclub 49f32ae6a8 Core/Protocol: Enable 2 SMSGs
Closes #4388, #4389
2011-12-22 14:07:13 +00:00
megamage e84fffe588 Temp fix for *nix build. 2011-12-22 08:57:16 -05:00
Machiavelli bb2696a688 Core/Vehicles: Define and implement VEHICLE_SEAT_FLAG_B_USABLE_FORCED_4 2011-12-22 14:10:05 +01:00
kaelima e9ee82daf7 Scripts/Forge of Souls: Fix a crash alert for entry 36535. (trying to change movementgenerator during the delete process) 2011-12-22 13:24:59 +01:00
kaelima ff2dbfc381 Core/Spells: Fix two signed / unsigned warnings from f8a13b401d 2011-12-22 13:22:18 +01:00
Nay 788545cf95 Core/Protocol: Enable many CMSGs (structure verified for each one) 2011-12-22 05:40:35 +00:00