Manuel
cdf60d0643
Core/SQL: Assigned script npc_four_car_garage to creature 35273.
2011-01-09 21:12:17 -03:00
Manuel
014714fb17
Core: Killing magic numbers.
2011-01-09 20:44:33 -03:00
click
8c939165b0
Merge branch 'master' of ssh://github.com/TrinityCore/TrinityCore
2011-01-09 18:37:14 +01:00
click
6ce62c72bc
Docs: Update with correct wiki-location for doc/UnixInstall.txt
...
This next line is to test if hooks are done correctly.
Closes #150 .
2011-01-09 18:35:25 +01:00
Machiavelli
01d4080b4d
Core/Units: Send proper orientation in SMSG_MONSTER_MOVE_TRANSPORT
...
Also get rid of the 100 constant in moveticks segment and use getMSTime() for consistency sake
2011-01-09 16:22:04 +01:00
Shauren
1aa294d3e9
Core/Players: Fixed typo in updating soulbound trade times (check every second, not every 1000 seconds)
2011-01-09 15:14:44 +01:00
Derex
45459bed23
Core/Netcode: Fix file descriptor leak under linux platforms with ACE dev poll reactor.
...
close #15
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-09 13:53:25 +01:00
Machiavelli
4ec6ec66c4
Core/SQL: Fix world_scripts_full.sql import
2011-01-09 13:43:35 +01:00
Machiavelli
cb5a943f10
Core/DBLayer: CHAR_DEL_AUCTION should be defined as asynchronous. Fixes a crash caused by assertion failure.
...
("Could not fetch prepared statement 54 on database `characters`, connection type: asynchronous.")
2011-01-09 13:30:14 +01:00
Manuel
644902d369
Core/SQL: Fixed typo in sql file name. Thanks to laly.
2011-01-09 02:03:14 -03:00
Manuel
5cf76896eb
Core/Battleground: Implemented blizzlike script for Isle of Conquest, written by gyullo and me, based on Socolin's and Josh's patch -BIG THANKS TO THEM-
...
Anyway the map is not yet playable, there are issues not related with the script.
I also want to thanks to QAston, linencloth, Shauren and Machiavelli to be so patient with my questions.
2011-01-09 00:00:08 -03:00
Machiavelli
57173df80f
Core/SQL: Move spell_script_names from world_database.sql to world_scripts_full.sql (they're called scripts for a reason)
2011-01-08 22:49:44 +01:00
Machiavelli
a5cabb0705
Scripts/Ulduar: Some work on Kologarn:
...
- Get rid of UNIT_FLAG_STUNNED hack
- Use proper spells instead of vehicle hacks
- AI scripts for both arms instead of everything being defined in Kologarn's AI script
- Proper support for detecting when to release players (Right Arm)
Still todo:
- Eyebeams
- Rubbles
- Achievements
- Post-encounter doors/GO's toggling
2011-01-08 22:21:24 +01:00
Lopin
ef3e0d3477
Scripts/Ulduar: Spell script for spells 62524,62525,62521 (Freya encounter)
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-08 21:44:29 +01:00
Machiavelli
58f795d171
Core/Vehicles: Logic fix for AddPassenger seat validity check, thanks to Tassader
2011-01-08 21:13:18 +01:00
Machiavelli
aa87c61cfb
Remove unintended change from previous rev's copypaste work.
2011-01-08 19:11:18 +01:00
Machiavelli
c4cac049b4
Core/DBLayer: Define prepared statements in an array per database instead of explicit calls to MySQL::PrepareStatement. Now the core will show the raw query (without bound arguments) in related log entries instead of PreparedStatement id: X on database Y.
2011-01-08 19:07:13 +01:00
Shauren
04d7476087
SQL: This table is handled by db team
2011-01-08 17:45:14 +01:00
McBitter
63333dc6ff
Core/Spells: Fixed targeting for spell 49305 (missing unit target)
...
Signed-off-by: Shauren <shauren.dev@gmail.com >
2011-01-08 17:40:10 +01:00
Shauren
39247d912b
Core/Quests: Fixed quest chain issues introduced by daily quest fix
...
Closes #127
Signed-off-by: Shauren <shauren.dev@gmail.com >
2011-01-08 13:57:59 +01:00
click
60595e5c9f
Buildsystem: Add fallback-location directories for OpenSSL detection under Windows-platforms
2011-01-08 13:04:47 +01:00
click
df602e955e
Core/SQL: Fix a small typo in world_script_texts.sql messing up imports.
...
Closes issue #63
2011-01-08 05:40:47 +01:00
Shauren
051cceb7ac
Core/Quests: Fix daily quests not showing up in list of available quests after having completed them once before. (Bug usually used to surface when in ExclusiveGroup)
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-08 00:27:50 +01:00
Machiavelli
dc3d6a2f23
Remove redundant code from 1487ebedaa
2011-01-07 19:13:19 +01:00
Shauren
f63d84534f
SQL: Added missing sql from revision 855e910298
2011-01-07 19:05:17 +01:00
click
50e4dd43df
Buildsystem: Fix OpenSSL-detection on Windows platforms
2011-01-07 07:18:29 +01:00
runningnak3d
660892d53e
Misc: remove test file added by accident
2011-01-06 12:45:13 -07:00
Derex
d8b326f17f
Core/Buildsystem: Fix linking of SSL under Fedora Core 14
2011-01-06 12:34:30 -07:00
Christyan
bc048ad216
Fix a typo in LFG.
...
Use the proper DungeonID for SMSG_LFG_PROPOSAL_UPDATE if player selected multiple dungeons.
Signed-off-by: Anubisss <anubisss210@gmail.com >
2011-01-07 01:30:39 +01:00
Machiavelli
efe0ed3194
Core/Entities: Fix a silly typo in Object::AddExtraMovementFlag
2011-01-06 22:54:33 +01:00
Machiavelli
c65e3822a2
Fix build from 06314c9387
...
closes #99
2011-01-06 22:45:07 +01:00
Socolin
5f0d84a69e
Scripts/Naxxramas: Fix raid mode dependant spawn points of Zombie spawns during the Gluth encounter.
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 22:39:00 +01:00
Machiavelli
afcff32e64
Core/DBLayer: Add MySQL errno 1054 to ignored error messages.
2011-01-06 22:32:30 +01:00
Machiavelli
7ac9ffd587
Scripts/Naxxramas: Patchwerk's hateful strike can, however, hit the main tank if no other targets are in melee range.
...
Thanks to Tassader for pointing out
2011-01-06 22:24:32 +01:00
Sarjuuk
34aae56104
Scripts/Zul'Gurub: High Priest Thekal will no longer die inbetween his two phases
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 21:41:57 +01:00
Sarjuuk
06314c9387
Core/Spells: Implemented Pygmy oil use effect
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 21:40:32 +01:00
Sarjuuk
8859aa689c
Core/Spells: Implemented Improved Faerie Fire crit chance increase effect
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 21:37:16 +01:00
Ottowayne
4a052cb444
Scripts/Scarlet Enclave: Quest 12801 - Respawn required Adds on Mograine Respawn
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 21:16:46 +01:00
Exordian
4a6098383d
Scripts/Naxxramas: Patchwerk's hateful strike should not hit the main tank
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 21:08:07 +01:00
Machiavelli
f832990678
Scripts/Molten Core: Remove a redundant health-check in majordomo executus script.
...
Thanks to Lopin for pointing out.
2011-01-06 20:59:58 +01:00
sarjuuk
dfc44856d1
Scripts/Sholazar Basin: Fix quest 12645
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 20:55:23 +01:00
sarjuuk
6235a3b89f
Scripts/Northrend: Creature script for npc 29639, related to quest 12856
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 20:40:31 +01:00
sarjuuk
dfc848b88e
Core/Spells: Periodic Dummy for spell 54798. Fixes quest 12851
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 20:25:51 +01:00
Ottowayne
7aa85728fc
Core/Spells: Dummy for spell 51961; support for Quest 12532 & 12702
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 20:22:39 +01:00
Ottowayne
1487ebedaa
Core/Spells: Dummy for spell 47703 (Unholy Union) for quest 12126
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 20:14:13 +01:00
sarjuuk
0cf89f635f
Core/Spells: Starfall skips targets in stealth, invisibility or not in LoS
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
Also minor codestyle fixes from previous commits
2011-01-06 19:57:36 +01:00
sarjuuk
20b49bccb0
Core/Spells: Set energy in cat form to zero on shapeshift before calculating energy gain from furor talent.
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 19:43:36 +01:00
Ottowayne
b0c559e704
Core/Spells: Fix Spell 54577 - Support for Quest 12828
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 19:33:22 +01:00
sarjuuk
855e910298
Scripts/Molten Core: Ragnaros gets spawned after Majordomus dies. Majordomus gets spawned by killing everything else.
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-01-06 19:07:52 +01:00
Machiavelli
26c91be2d3
Core/Quests: Better way to fix the problem affected in previous commit
...
closes #36
2011-01-06 17:33:40 +01:00