Vincent-Michael
d10dc5ac35
Core/Sai: Added better version for 4060fb1b59
2014-10-02 22:24:59 +02:00
Vincent-Michael
921457ae7b
Core/Sai: Added missing changes in 4060fb1b59
2014-10-02 21:13:16 +02:00
Vincent-Michael
4060fb1b59
Core/Sai: Added ugly code for new sai error log :(
2014-10-02 21:11:50 +02:00
Shauren
04b6f9111a
Fixed ==25829== Thread #1 : pthread_cond_{signal,broadcast}: dubious: associated lock is not held by any thread
...
==25829== at 0x4C2A1D5: pthread_cond_broadcast_WRK (hg_intercepts.c:891)
==25829== by 0x654A758: std::condition_variable::notify_all() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17)
==25829== by 0x132305A: ProducerConsumerQueue<SQLOperation*>::Cancel() (ProducerConsumerQueue.h:100)
==25829== by 0x13229A7: DatabaseWorkerPool<WorldDatabaseConnection>::~DatabaseWorkerPool() (DatabaseWorkerPool.h:70)
==25829== by 0x6C6CB21: __run_exit_handlers (exit.c:78)
==25829== by 0x6C6CB74: exit (exit.c:100)
==25829== by 0x6C54EF3: (below main) (libc-start.c:276)
2014-10-02 20:09:08 +02:00
Vincent-Michael
4322a0dc37
DB/Quests: Fix half sleep fail in 6a47175523
2014-10-02 19:54:25 +02:00
Vincent-Michael
6a47175523
Core/Spells: Added hack for "Bark for the Barleybrews!" quest credit (for alliance-side) (meh, blizzard :/)
2014-10-02 05:49:32 +02:00
jackpoz
fb6e635c80
Core/AH: Don't send expired auctions to clients
...
Fixes #12964
2014-10-01 21:35:31 +02:00
Vincent-Michael
6357560186
Core/Spells: Added hack for "There and Back Again" quest credit (for alliance-side) (meh, blizzard :/)
2014-10-01 20:53:16 +02:00
Vincent-Michael
b74ef3f3ca
Core/Brewfest: Added texts for quest "Bark for the Thunderbrews!" / "Bark for the Barleybrews!"
2014-09-30 22:30:27 +02:00
Vincent-Michael
f9cf45981f
DB/Brewfest: Convert some brewfest for alliance:
...
- Fix Quest "Bark for the Barleybrews!" (for Alliance-side)
- Fix Quest "Bark for the Thunderbrews!" (for Alliance-side)
2014-09-30 22:07:26 +02:00
Vincent-Michael
364f32f1ba
DB/Brewfest: Convert some brewfest for alliance:
...
- Fix Quest "There and Back Again" (for Alliance-side)
- Fix Quest "Now This is Ram Racing... Almost." (for Alliance-side)
2014-09-30 21:33:33 +02:00
jackpoz
5150222f19
Revert "Core/AuctionHouse: Delete expired auctions at startup."
...
This reverts commit a92038feaf which caused items of expired auctions not being mailed back to the owner and leaving those items in item_instance table.
Please refer to the forum for steps to verify the integrity of your database and remove old unneeded rows in item_instance table.
Fixes #12699
2014-09-30 21:25:58 +02:00
jackpoz
6daba66baf
Core/LootMgr: Fix GCC warning
2014-09-30 20:58:50 +02:00
jackpoz
7e2ef67936
Core/LootMgr: Fix wrong bit fields padding
2014-09-30 20:38:43 +02:00
Vincent-Michael
88ea67add0
Core/SAI: Addet new error log for SMART_ACTION_CAST kill credit invalid target
2014-09-30 18:56:12 +02:00
Dr-J
3f5e3a877a
DB/Misc: The Green Hills of Stranglethorn (3.3.5)
...
Script replacement of misplaced chapters if player is rewarded for quest which rewards chapter but does not have item and has not turned in quest 338.
2014-09-30 16:07:24 +01:00
jackpoz
4ed3254aa8
Core/Scripts: Fix invalid memory write
...
Fix invalid memory write caused by calling "delete this;" in a base class constructor.
2014-09-29 20:12:03 +02:00
joschiwald
c34af1d60b
Core/Scripts: fixed memory leak caused by unassigned scripts in db
2014-09-29 19:03:04 +02:00
Kinzcool
35b267e7f7
DB/Gossips: Added some more assignation to their proper BroadcastTextID
2014-09-29 06:54:04 -04:00
Aokromes
b705e7093c
DB/Quest: Fix more locales on 3.3.5a
2014-09-29 04:50:20 +02:00
Kinzcool
70bf81ad1b
DB/Gossips: Added a missing one from 8983fbba53
2014-09-28 22:32:53 -04:00
Kinzcool
8983fbba53
DB/Gossips: Localized talents gossips by assigning them to their BroadcastTextID
...
* Closes #12546
2014-09-28 21:54:51 -04:00
jackpoz
c23c66f719
Core/AH: Fix Auction House items not deleted from database
...
Fix some cases where Auction House items were not deleted from item_instance table of character database, for example if the owner didn't exist anymore or if the owner was the AHBot.
Updates #12699
Updates #13232
2014-09-28 21:13:19 +02:00
Shauren
0781d29657
Core/GameObjects: Fixed uninitialized elevator period value
2014-09-28 21:04:18 +02:00
jackpoz
02d497165a
WorldServer/Misc: Log possible errors on shutdown
...
Log possible error on shutdown happening when trying to cancel any I/O sync operation in CliThread, refers to #13201
2014-09-28 13:49:44 +02:00
Shauren
48b7e0c60c
Buildsystem/MSVC: Removed /SAFESEH linker option from x86 debug builds as it doesn't make sense in debug builds and interferes with Edit and Continue
...
Closes #13233
2014-09-28 12:03:34 +02:00
Aokromes
9657d1879a
Rename 2014_09_28_00_world_conversion.sql to 2014_09_28_00_world.sql
2014-09-28 11:02:49 +02:00
Aokromes
653641e679
DB/Misc: Fix startup errors
2014-09-28 11:00:46 +02:00
Kinzcool
acb2a35fcb
DB/BroadcastText: Assigned BroadcastTextIDs to some texts
2014-09-27 23:23:15 -04:00
Vincent-Michael
bcfc2911b4
SQL: Fix sql import on unix
2014-09-28 04:09:40 +02:00
Malcrom
ad336996ee
Core/LootMgr: Forgot to change this. Found by Vincent Micheal
2014-09-27 23:17:29 -02:30
Malcrom
8a7f06fe43
DB/Loot Template: If I put the updates sql in the right dir in the first place none of this would be happening...
2014-09-27 22:49:56 -02:30
Malcrom
0d92b4cc15
DB/Loot: Update SQL
2014-09-27 22:46:07 -02:30
Malcrom
55b43c6751
Core/LootMgr: Update lootMgr to normalize loot_template tables
2014-09-27 22:40:58 -02:30
sonic3000
e57fbbd308
Core/Scripts: Fix for issue https://github.com/TrinityCore/TrinityCore/issues/882#issuecomment-57065326
2014-09-28 00:13:10 +02:00
Duarte Duarte
1854eafcb6
Merge pull request #13140 from Unholychick/preventfleeing
...
Core/Mechanics: Fix prevent fleeing + fear
2014-09-27 21:40:41 +01:00
Nyeriah
3282dea5c5
DB/SAI: Re-add SAI for Sprinkle that was accidentally deleted at d672e78a5b
2014-09-27 06:29:04 -03:00
Shauren
42177d9f2c
Fixed GCC build
2014-09-27 10:56:22 +02:00
Vincent-Michael
09f682b11e
Core/Spells: Fix typo
2014-09-27 06:03:57 +02:00
Vincent-Michael
eccc6e97ea
SQL: meh, save button
2014-09-27 02:17:06 +02:00
Vincent-Michael
ebdf156212
DB/Gameobject: Fix wrong "Brewfest Banner" position in durotar
2014-09-27 02:14:57 +02:00
Vincent-Michael
a6a23a73af
Misc/Brewfest: Fix Quest "11407 - Bark for Drohn''s Distillery!" / "11408 -Bark for T''chali''s Voodoo Brewery!"
2014-09-27 01:19:20 +02:00
jackpoz
0af6d3a16d
Core/Misc: Refactor scripts to fix static analysis warnings
...
Last issue to be fixed, fixes #12960
2014-09-26 22:58:15 +02:00
Vincent-Michael
2fe25d714d
DB/Brewfest: Fix quest start for "Bark for T'chali's Voodoo Brewery!" / "Bark for Drohn's Distillery!"
...
To/Do: Fix quest kill credit
2014-09-26 22:34:21 +02:00
Shauren
605d51533c
Core/Spells: Always add threat for spells from spell_threat table, not only if target was hit. Unsuccessful cast results in 0 threat added instead of the full amount and creating threat list entry for caster. This fixes various exploits with taunt spells bugging out scripts due to taunt immunity/passive state (creatures would immediately evade resetting script state if no entries were present on threat list - entry with no threat is not the same as no entry)
...
Closes #11883
2014-09-26 22:26:51 +02:00
Vincent-Michael
b620b2d27a
DB/Quest: Fix LimitTime for Quest "Bark for Drohn's Distillery!" / "Bark for T'chali's Voodoo Brewery!" / "Bark for the Barleybrews!" / "Bark for the Thunderbrews!"
2014-09-26 21:23:20 +02:00
Shauren
07f47a4b91
Scripts: Fixed compiler warning
2014-09-26 20:48:10 +02:00
Shauren
71644043d2
Core/Debugging: Extended ASSERT macro to allow passing additional formatted string
2014-09-26 20:47:48 +02:00
MitchesD
7b72342658
Scripts/ManaTombs: Nexus-Prince Shaffar rewritten to BossAI/EventMap
2014-09-26 18:43:01 +02:00
Aokromes
9998631372
DB/Creature: Delete incorrectly spawned Felhunter
2014-09-26 08:46:03 +02:00