Aokromes
dcfbe1d987
Instance/Halls of Reflection/Lich King event: Typo fix on 86e0c7d
...
Thx MitchesD
2013-11-24 02:52:27 +01:00
Malcrom
08748708af
DB/Misc: Quest 13010 Krolmir, Hammer of Storms in progress.
2013-11-23 20:54:50 -03:30
Malcrom
efdfde3420
Core/QuestPOI: Replace Unk2 with FloorId
2013-11-23 12:31:15 -03:30
Malcrom
15ae1056a9
DB/SAI: Fix Quest 13145 "The Vile Hold"
...
Closes #7799
2013-11-23 10:35:01 -03:30
Malcrom
6ba4d70b5c
Core/Player: Allow questgiver, if npc, to cast quest RewSpellCast & RewSpell rather than player.
2013-11-23 00:17:37 -03:30
Malcrom
d7c0fe9fc3
Scriting/Eversong Woods: Minor fix.
2013-11-23 00:10:27 -03:30
Malcrom
efb7b17440
Scripting/Eversong_Woods: Add quest end scripting for quest 8487.
...
Also fixes for quest 8488 but not completely fixed.
2013-11-23 00:04:37 -03:30
Aokromes
ed77d68b85
Merge pull request #11250 from xjose93/HoR
...
Instance/Halls of Reflection/Lich King event: Implement loot chest in heroic mode and rename chest variables.
2013-11-22 10:25:03 -08:00
xjose93
86e0c7d856
Instance/Halls of Reflection/Lich King event: Implement loot chest in heroic mode and rename chest variables.
2013-11-22 16:05:27 +01:00
joschiwald
82d4ed5615
Core/Movement: fix player fall under ground on teleport
2013-11-21 16:13:13 +01:00
joschiwald
0a2a552b5a
Core/Transports: addition to f0c4d0ac05
...
Core/Players: fix logic in Player::SendInitWorldStates()
2013-11-21 14:02:13 +01:00
joschiwald
b5181d378f
Scripts/PoS: fix Tyrannus Overlord Brand thx @zwerg
2013-11-21 13:22:45 +01:00
jackpoz
d2065b0e50
Core/Transports: Fix triggered assertion in Transports
...
Relocate only Players in world when updating transport's and its passengers' positions.
Thanks vlad852 .
Closes #11209 .
2013-11-18 20:57:02 +01:00
jackpoz
2cad987a58
Core/Misc: Fix a compile warning.
...
Properly fix #11229 since eacf961e72 changes didn't affect the original issue.
2013-11-18 20:35:40 +01:00
Discover-
eacf961e72
Core/Misc: Fix a compile warning.
...
Closes #11229
2013-11-18 11:18:28 +01:00
jackpoz
2b59ef81fd
Merge branch 'master' of github.com:TrinityCore/TrinityCore
2013-11-17 15:50:24 +01:00
jackpoz
f0c4d0ac05
Core/Transports: Fix few transport issues on relog.
...
Properly save transport related data to database when saving a Player .
On Player login update the current position as relative to transport, in case the transport moved.
2013-11-17 15:17:40 +01:00
Malcrom
4272c37742
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
2013-11-17 10:26:54 -03:30
Malcrom
ca2520ec95
DB/SAI: Repush some SAI because phasing was wrong from convertor.
2013-11-17 10:26:06 -03:30
Aokromes
1bec9466a6
Rename 2013_10_01_00_misc.sql to 2013_10_01_00_world_misc.sql
2013-11-17 10:11:02 +01:00
Malcrom
055af93145
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-16 19:29:28 -03:30
jackpoz
096cb6bf00
Core/Auth: Fix Auth failing sometimes
...
Fix a database race condition between authserver saving session key to database asynchronously and worldserver reading it; session key is now saved synchronously.
2013-11-16 23:25:21 +01:00
Malcrom
f2c0ef67a8
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-16 13:29:21 -03:30
Malcrom
0d0527cfb9
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-16 02:32:02 -03:30
Malcrom
eb4e4796f6
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 22:47:22 -03:30
Malcrom
b7c1bed9cf
DB?SAI: Fix a few warnings where killmonster was used by EAI instead of proper spell for quest credit.
2013-11-15 22:04:24 -03:30
Malcrom
54735d65a5
Db/SAI: Fix errors in commit.
2013-11-15 21:58:06 -03:30
Malcrom
7d33e6bb75
DB/SAI: Fix error in last commit
2013-11-15 21:39:45 -03:30
Malcrom
3b96495f93
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 21:23:12 -03:30
Malcrom
5aa6e2e158
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
2013-11-15 19:11:00 -03:30
Malcrom
84119422da
DB/SAI: Fix error in commit.
2013-11-15 19:09:51 -03:30
Vincent_Michael
9fd70663ab
SQL: Fix import error
2013-11-15 23:23:21 +01:00
Malcrom
1ac9ea3922
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 18:36:27 -03:30
Malcrom
243bbc3487
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 17:54:59 -03:30
Malcrom
5380f6fee7
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 15:55:03 -03:30
Malcrom
3ea8eb631c
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 13:00:50 -03:30
Malcrom
e70b15e8ba
DB/SAI: Fix warning in last commit.
2013-11-15 12:19:21 -03:30
Malcrom
706a6f5cbd
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 11:09:30 -03:30
Malcrom
b90bf9e786
DB/SAI: Fix to remove an SAI error.
2013-11-15 10:22:32 -03:30
Malcrom
01afc7be10
DB SAI/EAI: Fix some errors introduced from the EAI to SAI conversions.
2013-11-15 09:31:44 -03:30
Malcrom
c68d53cfdc
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-15 00:05:21 -03:30
Malcrom
a95aca6a68
DB/SAI: Fix comments in last commit again. Damn you Discover.
2013-11-14 23:35:09 -03:30
Malcrom
521cf9ab16
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-14 23:28:58 -03:30
Malcrom
9d1df5c237
DB/SAI: Fix Comments in last commit.
2013-11-14 22:48:21 -03:30
Malcrom
1706eec9da
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-14 22:44:22 -03:30
Vincent_Michael
cbc9870b4a
SQL: Fix import errors
2013-11-14 21:01:03 +01:00
Malcrom
df6e25885c
DB/SAI: More EventAI to SmartAI conversions using this tool:
...
https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-14 15:16:54 -03:30
Malcrom
ffae6afe95
DB/SAI: More EventAI to SmartAI conversions using this tool: https://github.com/TrinityCore/EventAI-to-SmartAI
2013-11-14 14:35:39 -03:30
Malcrom
8178b4e7ef
DB/SAI: Some EAI to SAI conversions.
2013-11-14 14:05:08 -03:30
Malcrom
bf8b4c81cc
DB/SAI: Some EAI to SAI conversions.
2013-11-14 13:34:11 -03:30