Commit Graph

23840 Commits

Author SHA1 Message Date
jackpoz
f1ae2c7b73 Revert "*Do not allow players to use vehicles to go further than 1st boss in Ulduar."
This reverts commit a009e53049.
Remove hackfix for Ulduar vehicles, it should be handled in Ulduar script
2015-03-13 21:48:42 +01:00
Dr-J
d4440602ce DB/Misc: Wildhammer Flare Gun
And same for alliance version even though less sql here as already had gossip menu unlike horde counterpart.
2015-03-12 17:07:10 +00:00
Dr-J
085b23ca0a DB/Misc: Kor'Kron Flare Gun
Script replacement of item if player had destroyed item since doing initial quest in chain.
2015-03-12 16:10:44 +00:00
jackpoz
9948e633ab Revert "Core/Server: Catch exceptions in int main()"
This reverts commit 958999ff5c.

Closes #14329
2015-03-11 20:59:21 +01:00
Aokromes
acc235a0f8 DB/Quest: Parts for the Job
By Killyana, closes #3854
2015-03-11 13:36:40 +01:00
Aokromes
c8c6b0fbf5 DB/Quest: Razormaw
By Killyana, closes #8988
2015-03-11 13:34:02 +01:00
Aokromes
634e5d41e4 DB/Creature: Tyrion flavor text
By Killyana, closes #12702
2015-03-11 13:31:02 +01:00
Aokromes
d6d7d956ff DB/Quest: The Essence of Enmity
By Killyana, closes #12702
2015-03-11 13:29:19 +01:00
Aokromes
d195c7a71b DB/Creature: High Tinker Mekkatorque
By Killyana closes #10604
2015-03-11 13:23:59 +01:00
Aokromes
9d3af9d30c DB/Quest: wing commander gryphongar
By Killyana, closes #14182
2015-03-11 13:22:29 +01:00
Aokromes
a6962763aa DB/Quest: The Lodestone
By Killyana closes #6861
2015-03-11 13:19:44 +01:00
Aokromes
76e7b8e00b DB/Quest: Tooga's_Quest
By Rushor, closes #12322
2015-03-11 13:17:58 +01:00
Aokromes
141f6c1e7b DB/Creature: Fix trainer training train spell instead proper skill spell
Closes #14337
2015-03-11 11:59:14 +01:00
Aokromes
3fbd10dd55 DB/Creature: Fix 2 factions and 1 spawn coords
Closes #14335
2015-03-11 11:29:26 +01:00
Dr-J
0b768f53bd DB/Misc: Updates
* Sigrid Iceborne Closes #14287
* Wrong broadcasttextid for a text
2015-03-10 22:45:42 +00:00
jackpoz
22403121fe Core/Dungeon Finder: Fix Vote Kick breaking LFG queue
Fix Vote Kick started with party in queue breaking the whole LFG queue. The status of Vote Kick is now storing in a bool variable in LfgGroupData, separated from LfgState of the group/members.
If a Vote Kick started with party in queue, the members were not removed from queue correctly and would cause LFG matching system to match these "broken" players but not allowing to start a dungeon.

Closes #10191
2015-03-10 21:11:54 +01:00
leak
147a959f51 CMake: Remove unused source reference 2015-03-09 14:53:23 +01:00
Dr-J
b6e27a0144 DB/Creature: Gordunni Proxy
Removing spawns of http://www.wowhead.com/npc=23450/gordunni-proxy from Feralas

1) In sniffs from 3.3.5/3.3.0 these npcs are not present at all in Feralas and we have no sniffs of spawns for these creatures what soever
2) These are level 71-72 which makes it look like dont belong here
2) These are marked as been credit npc for http://www.wowhead.com/quest=11096/threat-from-above which is level 70 tbc quest and the other Gordunni Ogres which give credit for this quest have killcredit1 set to this entry

Closes #12297
2015-03-08 17:24:11 +00:00
Dr-J
f172d7bf49 DB/Quest: Saving Yenniku
Fix http://www.wowhead.com/spell=3607/yennikus-release so that if player is higher level using http://www.wowhead.com/item=3912/soul-gem for http://www.wowhead.com/quest=592/saving-yenniku it does not insta kill Yenniku
2015-03-08 16:56:45 +00:00
click
f3101d20a9 Core: Change a few 'stupid' log-messages down to DEBUG-level 2015-03-08 12:01:33 +01:00
click
356f3b6bc5 Core: INFO->ERROR level adjustment in ObjectMgr.cpp
Suggest everyone attempt to remember this:
 TC_LOG_TRACE  = extreme debugging (debuginfo with packetstructures/data)
 TC_LOG_DEBUG  = debugging (detailed activity of functions and activites inside core)
 TC_LOG_INFO   = normal runstate (regular info like logins/logouts/levelups/passwordchanges etc)
 TC_LOG_WARN   = possible issue with config/data etc - things that are not how they should be)
 TC_LOG_ERROR  = actual error that has been either caought or must be fixed at some point
 TC_LOG_FATAL  = crash or data corruption imminent
Using the right logmech also helps distinguishing between 'regular runtime info' and stuff that might lead to a pissy situation later on... :)
2015-03-08 07:47:17 +01:00
click
0c7c25d6ed Core/Script: INFO->DEBUG notification changes in ToC 2015-03-08 06:35:15 +01:00
click
a8a5fae4f9 Core/Scripts: INFO-DEBUG changes in scripts (gawd) 2015-03-08 06:34:49 +01:00
click
ad7b33a47f Core: INFO->DEBUG level changes - forgot one in Map.cpp 2015-03-08 06:34:19 +01:00
click
781edbe46a Core: More INFO -> DEBUG changes 2015-03-08 06:33:57 +01:00
click
d5718f3372 Core: WARN instead of INFO - this is actually something we'd want to be informed of... 2015-03-08 06:17:32 +01:00
click
6f961ba138 Core: And yet more INFO->DEBUG logging 2015-03-08 06:16:46 +01:00
click
a31bc08e44 Core: Pet.cpp - INFO -> DEBUG level notifications... 2015-03-08 06:12:01 +01:00
click
64584e9e7a Core: More INFO -> DEBUG (Unit.cpp this time) 2015-03-08 06:11:12 +01:00
click
6e509cf7c1 Core: INFO->DEBUG cleanups in Player.cpp 2015-03-08 06:06:03 +01:00
click
15e56ed0b3 Core: More INFO -> DEBUG/WARN/ERROR mangling 2015-03-08 05:54:50 +01:00
click
132d4ede37 Core: More INFO -> DEBUG changes (WorldSession/WorldSocket) 2015-03-08 05:51:07 +01:00
click
8562be602b Core: Move LOG_INFO -> LOG_DEBUG level for achievements 2015-03-08 05:40:20 +01:00
click
a854e17690 Core: Move some MMAPS-related INFO-messages to DEBUG 2015-03-08 05:38:53 +01:00
click
ec6bec6bc4 Core: Change some map-specific INFO-messages over to to DEBUG or ERROR 2015-03-08 05:30:33 +01:00
click
db302c28c2 Core: Move some more INFO-level logentries to DEBUG 2015-03-08 05:18:51 +01:00
MitchesD
999a5ffa64 Merge pull request #14012 from Rushor/Arca
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
2015-03-07 17:53:38 +01:00
D4R4
ceea37c9e3 Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr is moves across
Closes #14131
2015-03-07 17:46:43 +01:00
joschiwald
31ee86e6ba Fixed typo in dea095a84b 2015-03-07 17:44:13 +01:00
MitchesD
5009d67f0c Scripts/Nexus: commanders converted from SAI to C++ 2015-03-07 11:38:10 +01:00
Aokromes
554b20f411 DB/Creature: Fix 2 runtime errors 2015-03-07 11:01:23 +01:00
Aokromes
61c150a293 Merge pull request #14303 from danlapps/3.3.5
remove king jotum vehicule of code as per Killyana request
2015-03-07 09:26:36 +01:00
Lapps
25c7fbc887 fix build 2015-03-06 23:23:23 -05:00
joschiwald
7694c917f8 DB/Spells: assign spellscript to some clone spells (also fixes an startup error)
(cherry picked from commit 1e8b2ae527)
2015-03-07 03:38:46 +01:00
joschiwald
dea095a84b Scripts/Rotface: moved mutated infection removal handling to spellscripts to fix an startup error
(cherry picked from commit 1dc60e8717)
2015-03-07 03:36:39 +01:00
Lapps
8659b0176c remove king jotum vehicule of code as per Killyana request 2015-03-06 19:55:26 -05:00
jackpoz
5e7d4a44e0 Core/PacketLog: Avoid unneeded calls with disabled packet logs
Avoid calling GetOpcodeNameForLogging() when packet logs are disabled.
2015-03-03 23:09:42 +01:00
jackpoz
43f74fd8cf Shared/Logs: Add support to .server set loglevel command after 003d67708b
Update the lowest log level when using ".server set loglevel" command.
2015-03-03 21:11:08 +01:00
jackpoz
003d67708b Shared/Logs: Improve log performances
Improve Log::ShouldLog() performances by saving the lowest log level across all loggers and discarding any log with lower level than that.
2015-03-02 22:32:36 +01:00
Aokromes
7737267fc8 DB/Quest: The Tome of Divinity
By Killyana, closes #14240
2015-03-02 19:49:16 +01:00