gerripeach
7223adb0a0
Core/Pet: Allow all pets to swim
...
closes : #9331
2013-10-20 06:17:11 +02:00
Aokromes
faa23e118a
Merge pull request #11069 from Elron103/pullrequests2
...
DB/Conditions: Fix conditions for class trainer npcs, so gossip menus will show up correctly for every class
2013-10-19 19:19:02 -07:00
Elron103
23fa9ec018
DB/Conditions: Fix conditions for class trainer npcs, so gossip menus will show up correctly for every class
2013-10-20 04:08:11 +02:00
Machiavelli
b845e6af2b
Merge pull request #10989 from Elron103/pullrequests2
...
Core/Tickets: Fix crash in TicketMgr::ResetTickets()
2013-10-19 09:31:47 -07:00
Kinzcool
8ff52bf05d
DB/Gameobjects: Added few missing gameobjects templates from 5.4.0 sniffs.
2013-10-18 22:39:34 -04:00
Vincent_Michael
5915a220a5
Misc: Removed some whitespace
2013-10-19 03:39:58 +02:00
Vincent_Michael
59caeb8b49
DB/Gossip: Added some missing gossips (Source: 5.4.0 sniffs)
2013-10-19 03:24:59 +02:00
Shauren
5259539a5f
Core/Transports: Fixed crashes when instance with transports unloads
...
Closes #11056
2013-10-18 21:17:58 +02:00
Shauren
e21eef5c4a
Core/Transports: Added missing include
2013-10-18 20:16:27 +02:00
Shauren
38b682d7a8
Core/Maps: Added gameobject case for AddObjectToSwitchList and fixed logic in RemoveAllObjectsInRemoveList
2013-10-18 20:12:36 +02:00
Vincent_Michael
77013aa081
Core: Fix warnings
2013-10-18 13:31:09 +02:00
Vincent_Michael
47741f4fa6
Core/Object: Added more information for MovePosition log
2013-10-18 12:36:54 +02:00
Vincent_Michael
94161a8341
Core/Creature: Added log/change back to default speed for speed walk / run = 0 (Speed is never zero)
2013-10-18 12:35:11 +02:00
Vincent_Michael
ddada2d182
Scripted/ScarletMonastery: Fix crash for headless horseman
2013-10-18 12:25:50 +02:00
Kinzcool
b1bef5b0c6
Updated all values of gender column in creature_model_info.
2013-10-17 19:44:59 -04:00
jackpoz
4aee86627e
Core/WorldSession: Mitigate DoS attacks
...
Mitigate DoS attacks like one explained in #10555 by processing a limited number of packets at each WorldSession::Update() call, allowing other WorldSessions to be processed.
100 packets in a single update sound like a reasonable amount.
2013-10-17 22:03:51 +02:00
Vincent-Michael
a0b3863bd1
SQL: Update auth base
2013-10-17 12:17:47 +02:00
Shauren
565dd4299c
Build fix
2013-10-17 00:55:50 +02:00
Shauren
59fd2520fc
Core/Creatures: Removed remains of creature_transport table
2013-10-17 00:20:00 +02:00
Kinzcool
c91a25f339
Because Github commiting sucks.
2013-10-16 16:50:34 -04:00
Kinzcool
e6440abc3f
Corrected the graveyards for Onyxia's Lair instance.
2013-10-16 16:45:10 -04:00
Filip
5744317217
DB/SAI: Primordial Drake Egg/Hatchling
...
Fixes #11051 by @dr-j and @untaught
2013-10-16 21:59:29 +02:00
Shauren
0f4fdb9bc4
Fixed sql files for ce55647c41
2013-10-16 19:39:03 +02:00
Shauren
e0cb49af9c
Build fix
2013-10-16 19:30:29 +02:00
Shauren
7f0f87d243
Build fix
2013-10-16 19:14:00 +02:00
Shauren
81ec99c95e
Build fix
2013-10-16 18:59:34 +02:00
Shauren
ce55647c41
Core/Transports
...
* Rewritten path generation, now uses splines - timers are a lot more accurate now
* Implemented stopping transports
* Implemented spawning transports in instances
* Implemented spawning gameobjects as transport passengers
* Transport passengers are now stored in creature/gameobject table using gameobject_template.data6 from transport's template as map id
2013-10-16 18:37:29 +02:00
Gacko
53cc37bcec
CMake: Fix typo
...
Running cmake threw a warning because of this.
2013-10-15 20:23:13 +02:00
Discover-
3633f62137
Merge pull request #11045 from Baeumchen/patch-1
...
Just, because this typo was annoying...
2013-10-15 03:35:49 -07:00
Baeumchen
b1c706a1eb
Just, because this typo was annoying...
2013-10-15 06:02:55 +02:00
joschiwald
186e0852d7
Fix non-pch build.
2013-10-14 17:13:27 +02:00
joschiwald
53167ea9a1
Fix build.
2013-10-14 17:04:55 +02:00
Discover-
54272e4768
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
2013-10-14 16:56:32 +02:00
Discover-
82eda3244a
Core/Misc: Ugh.. Fix recent commit that broke the OnHeal hook 😥
2013-10-14 16:56:09 +02:00
joschiwald
0bdeb12636
Scripts/Ahnkahet: Prince Taldaram rewritten to BossAI
...
Closes #10993
2013-10-14 16:46:03 +02:00
Filip
ce17fb9d5e
Db/Disable: Sibling Rivalry credit
...
By @untaught fixes #11020
2013-10-13 23:20:07 +02:00
jackpoz
6f98e4106e
Scripts/TheBlackMorass: Fix first 7 rifts spawn timings
...
Partially revert 7e76ab97f8 to properly spawn first 7 rifts. Also allow only 1 EVENT_NEXT_PORTAL event at time.
2013-10-13 18:30:59 +02:00
Discover-
db848f2045
Core/Misc: Fix build after 731b3670fe (again..)
2013-10-12 13:41:00 +02:00
Filip
9f50caeb50
DB/SAI: Updates for I've got a flying machine
2013-10-12 04:37:37 +02:00
Subv
f0b376a475
Merge pull request #11028 from Lillecarl/blackbabies
...
Make damage and healing references, so that damage can be altered by scr...
2013-10-11 13:45:35 -07:00
LilleCarl
731b3670fe
Make damage and healing references, so that damage can be altered by scripts!
...
Correct typo (thanks AwkwardDev)
2013-10-11 21:49:06 +02:00
Discover-
ca02411eff
Core/SAI: When the castflags are set to both SMARTCAST_AURA_NOT_PRESENT and SMARTCAST_INTERRUPT_PREVIOUS, we only interrupt the spell if there is actually a spell cast.
2013-10-11 16:57:28 +02:00
Filip
6d08d06341
Create 2013_10_11_00_world_sai.sql
2013-10-11 02:43:11 +02:00
Filip
114bafe82b
DB/Update: Chat flood
...
By @bele fixes #11025
2013-10-10 08:58:58 +02:00
Vincent-Michael
6d562b1248
Fix typo (thx to vlad852)
2013-10-10 07:31:42 +02:00
Vincent-Michael
4588294dd8
Fix some db errors ... (Yippie-Ya-Yeah)
2013-10-09 23:13:26 +02:00
Filip
8a94744c4b
DB/Update: Quest credit fix-up
2013-10-09 09:13:38 +02:00
joschiwald
95cad03fa4
Scripts/HoR: fixed infinite spawn, added some missing spell target conditions and fixed codestyle
...
Closes #10754
2013-10-08 04:22:26 +02:00
jackpoz
6cef507b89
Scripts/HallsOfReflection: Revert 3ffbd27cdd
...
Revert 3ffbd27cdd and PR #10985 , this change doesn't fix any issue and instead breaks the logic of the instance event.
2013-10-07 20:50:08 +02:00
Filip
c8f525c76e
DB/SAI: The Great Hunter's Challenge
...
By @Polkic fixes #11003
2013-10-07 10:17:44 +02:00