Commit Graph

352 Commits

Author SHA1 Message Date
Kaev
1cb792fd60 Merge pull request #845 from Stoabrogga/undercity_mailbox
Fix overlapping mailbox in undercity (Trade Quarter, south)
2018-05-13 22:44:10 +02:00
Travis CI
fcd576f675 Importing pending sql 2018-05-13 09:50:39 +00:00
Barbz
9a1af6e9be Merge pull request #843 from Stoabrogga/forlorn_spirit
Fix Forlorn Spirit (part of the "Legend of Stalvan" quest chain)
2018-05-13 11:49:04 +02:00
Travis CI
86a9decf4c Importing pending sql 2018-05-07 14:21:28 +00:00
Stoabrogga
f9cd6c1f46 Fix overlapping mailbox in undercity (Trade Quarter, south) 2018-05-04 13:17:35 +00:00
Stoabrogga
d5038670a9 Fix quest 13956 "Meeting a Great One" (Children's Week) 2018-05-04 12:54:00 +00:00
Stoabrogga
d8db1d8839 Fix Forlorn Spirit (part of the "Legend of Stalvan" quest chain) 2018-05-03 18:03:34 +00:00
Travis CI
783003f0e8 Importing pending sql 2018-04-19 17:54:52 +00:00
Barbz
9db1d639fc Merge pull request #755 from Nefertumm/PlayerBytes
Split playerBytes fields in characters table
2018-04-19 19:51:33 +02:00
Travis CI
842ac4c14c Importing pending sql 2018-04-09 08:54:10 +00:00
Yehonal
d914be6e63 missing instance_template scripts 2018-04-09 08:52:18 +00:00
Travis CI
00cde32cd4 Importing pending sql 2018-03-29 16:35:34 +00:00
Barbz
5133af7b87 DB - Areatrigger - Removes warnings when booting the server (#819)
* DB - Areatrigger - Removes warnings when booting the server

There are 3 triggers that are from the areatrigger.dbc which are useless since the linked maps don't exist.
It's probably a mistake from blizz.

* Wrong database chosen...
2018-03-29 17:33:55 +01:00
Rochet2
d1646aeb0f Fix DB type to match core (#809)
* Fix DB type to match core

Reverts https://github.com/azerothcore/azerothcore-wotlk/pull/733

* Importing pending sql
2018-03-17 14:19:33 +00:00
Yehonal
b9e122dfdf missing semi-colon in latest sql 2018-02-23 15:31:22 +01:00
Travis CI
520936be60 Importing pending sql 2018-02-23 11:56:33 +00:00
Evilpriest4
6a937dab5e Black Temple's Illidari Council (#790) 2018-02-23 12:53:31 +01:00
Travis CI
eacf4100ca Importing pending sql 2018-02-09 09:21:12 +00:00
Inifield
6d97156dcd DB/BWL: Fix eggs being clickable and Grethok should yell when engaged 2018-02-08 12:51:42 +01:00
Travis CI
334ce0b601 Importing pending sql 2018-01-28 19:28:55 +00:00
Nefertumm
de7d331daf Implemented guild info command (#756) 2018-01-28 20:27:17 +01:00
Travis CI
75ca1afe85 Importing pending sql 2018-01-28 18:58:23 +00:00
Gargarensis
883906baef Fixed Ashbringer visual on Tirion during Dk campaign (#765) 2018-01-28 19:56:43 +01:00
Travis CI
f5f2e5bbf3 Importing pending sql 2018-01-28 14:09:50 +00:00
Nefertumm
ca2ee81939 Wrong logs for creature_equip_template + startup errors fixes (#758)
* Fixed wrong logs

* Added some errors fixes on startup
2018-01-27 20:00:54 +01:00
Yehonal
84949746e1 import pendings 2018-01-21 10:19:43 +01:00
Nefertumm
4158d2a0d8 Implemented account_muted and feature mutehistory command (#753)
* Implemented account_muted and feature

mutehistory command.

* Added some Syntax.

* Fix sql_rev
2018-01-15 03:18:23 +00:00
Nefertumm
13d09b6590 PlayerBytes fields in characters table 2018-01-14 02:07:31 -03:00
Yehonal
90ed2548c0 imported pending files 2018-01-08 01:54:56 +01:00
Kaev
05cd8c8c61 Move area trigger storage from DBC to database (#742)
Renamed AreaTrigger + related stuff to AreaTriggerTeleport
2018-01-02 22:08:08 +01:00
Kaev
6d5d44c164 Fixed warning at server start related to transports (#733)
* Fixed warning at server start related to transports
Warning: GetUInt32() on non-(medium)int field. Using type: SHORT.

* Used the recommended way to add SQL updates
2017-12-21 12:15:42 +01:00
Kaev
6d5f59d83a Removed item DBC loading and use item_template table instead (#732)
* Removed item DBC loading and use item_template table instead
Added all NPC only items to item_template

* Used the recommended way to add SQL files
2017-12-12 19:17:27 +01:00
Yehonal
b527073fd8 Fixed wrong version in sql files, please reapply manually 2017-12-11 02:45:31 +00:00
talamortis
2aa764506d Fix travis build 2017-12-08 11:31:01 +00:00
Yehonal
7a0a5613d0 Fixed Encounter Boss Faerlina:
+ fixed in combat with summons, you cannot skip them now
+ fixed naxxramas woshipper immunity: they are not immune to charm spells in 25 mode
+ fixed invisible Widow's Embrace spell in possessed npc bar
2017-12-08 10:43:22 +00:00
Yehonal
c3bcacfb36 Imported pending sql 2017-12-05 03:06:57 +01:00
neltharionorg
29f4a1e090 Import uptime table and feature from TC (#717) 2017-12-04 23:57:42 +01:00
sucofog
9433c91d60 Import this fix's:
da6065db00
d550f0fee8
2017-11-25 01:07:39 +01:00
Yehonal
0f42b51143 DB: Fixed Wintergrasp aura to avoid phase conflicts in other context
it must be limited to WG since its phase cannot be present on character
while doing Ruby Sanctum for example
2017-11-21 15:48:52 +01:00
Yehonal
3649e70176 Fixed sql syntax error 2017-11-19 18:29:15 +01:00
Yehonal
e727df7566 Imported pending sql 2017-11-19 16:29:45 +01:00
Yehonal
b74e1e03ba DB: Fixed difficulty type condition for achievement statistics 2017-11-19 16:26:13 +01:00
Yehonal
c4622096e9 Importing pending sql 2017-11-17 00:26:19 +01:00
Yehonal
8a7cef6f64 Fixed arena statistics by type 2017-11-17 00:24:23 +01:00
sucofog
2d464f94ed Added mmaps commands.
Port from Trinitycore, credits to its respective commiters.
2017-11-14 22:59:11 +01:00
sucofog
2bab14b1ca Import pending SQL from commit:
a2170f218b
2017-11-14 22:55:03 +01:00
sucofog
b56d3de7d9 Scripts/Northrend: talk event for quest A Suitable Test Subject
Ported from: fda99b2972

Credits to @Wyreth and Trinitycore
2017-10-29 11:15:00 +01:00
Yehonal
d0af1c812b Importing pending sql 2017-10-17 01:37:03 +02:00
Kevin Starrheld
7026d2e561 DB/Misc: N/A (#685)
* Lord Thorval missing creature_text

* Warsong Recruitment Officer - Gossip (Hellscream's Vigil)

* startup errors
2017-10-16 18:58:24 +02:00
Yehonal
7b4c2fc6bc Update 2017_10_15_00.sql 2017-10-16 13:34:35 +02:00