Commit Graph

9361 Commits

Author SHA1 Message Date
Aokromes 3ea582998b DB/Misc: Fix startup errors
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/e03640a4200009d952381d43d50b8373a7cf1081
2016-09-05 12:49:18 +02:00
Aokromes 821dbe5067 DB/Creature: Link more Throne of the Tides creatures
cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/f3215c03a9af8792c0c1952452343ff3f5378da4
2016-09-05 12:04:43 +02:00
Aokromes 23f1625e27 DB/Creature: Link some Throne of the Tides creatures 2016-09-05 11:59:24 +02:00
Vincent-Michael 10b683cf96 DB/GameObjects: Updated gameobject_template data from 7.0.3.xxxxx 2016-09-04 03:30:55 +02:00
Vincent-Michael 42c895d512 DB/Models: Added VerifiedBuild field in creature_model_info table 2016-09-04 02:05:29 +02:00
Vincent-Michael fdf6954f57 DB/Models: Prepared creature_model_info table for 7.0.3 data 2016-09-04 01:48:56 +02:00
Vincent-Michael bc4d51f6b0 DB/Creatures: Updated creature_template to build 7.0.3.22566 2016-09-04 01:01:27 +02:00
joschiwald 994d813699 DB/RBAC: fixed some permissions after 779d3b2368 2016-09-03 18:12:40 +02:00
xjose93 779d3b2368 Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). (#17301)
(cherry picked from commit e2c0189927)
2016-09-03 18:04:11 +02:00
joschiwald ad52ee8e25 DB/RBAC: fixed some permissions after a92bfb5505 2016-09-03 15:31:32 +02:00
treeston a92bfb5505 Scripts/Commands: Small QoL adjustments
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it)
- .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior).
- Add .npc evade command.
- Add .pet level command.
- .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected.
    - New commands .server shutdown force and .server restart force bypass this limitation.

(cherry picked from commit 0e1eb460d6)
2016-09-03 13:46:33 +02:00
Aokromes a140ba4b75 DB/Misc: Fix startup errors
Cherry pick of https://github.com/TrinityCoreLegacy/TrinityCore/commit/b56d70a9e58fe6ab8c64a641171187d9cb232259 and others
2016-09-03 02:30:01 +02:00
Vincent-Michael 128def1e5e DB/Quests: Updated quest_template to 7.0.3.22522 part 7 2016-09-03 01:29:04 +02:00
Aokromes 964008356a DB/Creature: Fix difficulty for Blackwing Descent raid bosses
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/b6bf839a84160631fe6824bf9cc39e48649950cb
2016-09-02 10:21:55 +02:00
Shauren 510cfb1456 Core: Change allowed build to 7.0.3.22566 2016-09-02 10:20:00 +02:00
Vincent-Michael e4e9dd68d4 DB/Quests: Updated quest_template to 7.0.3.22522 part 6 2016-09-02 06:00:20 +02:00
Vincent-Michael 9c9a6f9f37 DB/Quests: Updated quest_template to 7.0.3.22522 part 5 2016-09-01 05:54:28 +02:00
Vincent-Michael a47743acad SQL:
- Rename 2016_08_30_00_world_.sql to 2016_08_30_00_world.sql
- Rename 2016_08_31_00_world_.sql to 2016_08_31_00_world.sql
2016-08-31 23:28:51 +02:00
Vincent-Michael 89907a5043 DB/Quests: Updated quest_template to 7.0.3.22522 part 4 2016-08-31 05:52:10 +02:00
Vincent-Michael 7c0b3a7bd4 DB/Quests: Updated quest_template to 7.0.3.22522 part 3 2016-08-30 05:56:03 +02:00
Shauren b5fac7abc1 Core: Set default expansion to Legion. 2016-08-30 00:00:33 +02:00
Kinzcool d8cae05ff0 DB/Quests: Updated quest enders to build 7.0.3.22522 2016-08-29 17:41:56 -04:00
Vincent-Michael cf63094e9f DB/Quests: Updated quest_template to 7.0.3.22522 part 2 2016-08-29 21:26:37 +02:00
ariel- 8c625f0f89 Core/GameObject: added possibilty for gameobjects to contain money loot.
Updates #14564

(cherry picked from commit b091415c03)

Conflicts:
	src/server/game/Globals/ObjectMgr.cpp

Core/GameObject: migrated non-WDB fields to new gameobject_template_addon table

(cherry picked from commit bd4bf0a73f)

Conflicts:
	src/server/game/Globals/ObjectMgr.cpp

Core/GameObject: cache pointer to GameObjectTemplateAddon

(cherry picked from commit 33102220e5)

Conflicts:
	src/server/game/Entities/GameObject/GameObject.cpp

Core/ObjectMgr: filter out bogus check

This restores previous behaviour
(cherry picked from commit 7028503e8f)

Typo fix
(cherry picked from commit fe3a0bf7e1)
2016-08-29 19:20:06 +01:00
Shauren 8939b3b4ea SQL: Remove pointless (and very slow) delete query 2016-08-29 11:18:44 +02:00
DDuarte ee2774c26d Remove BOM byte from 2016_08_28_02_hotfixes.sql 2016-08-29 04:30:26 +01:00
Kinzcool d2d5e5ee88 Hotfixes: Updated broadcast_text up to build 7.0.3.22522 2016-08-28 19:57:10 -04:00
Vincent-Michael 72e8879550 DB/Quests: Updated quest_template to 7.0.3.22522 2016-08-28 22:07:20 +02:00
Vincent-Michael 2d17b284d5 SQL: Optimize sql in 3a77fd12e3 2016-08-28 21:20:04 +02:00
Vincent-Michael 3a77fd12e3 DB/Quests: Updated quest_poi to 7.0.3.22522 2016-08-28 21:08:21 +02:00
Shauren f99bb81402 Core/Quests: Renamed unknown quest objective field 2016-08-28 17:07:59 +02:00
Vincent-Michael 07b7b014fd DB/Hotfixes: Added TactKey.db2 hotfixes 2016-08-28 12:05:22 +02:00
Vincent-Michael 07445d9860 Core/DataStores: Implemented TactKey.db2 2016-08-28 00:27:16 +02:00
Vincent-Michael 41513c39ef Core/Misc: Updated to 7.0.3.22522 2016-08-27 09:07:13 +02:00
Vincent-Michael d2c50155e8 Core/Misc: Updated to 7.0.3.22498 2016-08-26 16:14:42 +02:00
Shauren a727a99e34 Core/Players: Implemented new glyph system 2016-08-25 19:12:00 +02:00
Aokromes 63a1a435df DB/Gameobjet: Delete more duplicate spawns
Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/525aa424ec8ba60319cd84862c26826a1630d6d5
2016-08-21 14:11:15 +02:00
Aokromes 844b8e41d4 DB/Gameobject: Delete some duplicate spawns
Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/d5e0e9947793483d50055caf7a0afdf628075f02
2016-08-21 13:40:24 +02:00
Aokromes 4963ff34a4 DB/Misc: Fix future time traveler startup errors
Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/03dbe2e8ae2383f217753378bf5ab9f5168dcdd3
2016-08-21 13:11:52 +02:00
Aokromes 4907c7961c DB/Misc: Fix future time traveler startup errors
Cherry pick 828f3984f243c7ee936dfd854de8ddc658c33146
2016-08-21 12:40:08 +02:00
Aokromes 7751ce574b DB/Misc: Fix future time traveler startup errors
Cherry pick from 54511709966a9ef94a952d9d1e59f92e8a43e618
2016-08-21 11:15:02 +02:00
Aokromes 4f84fc2b8f DB/Misc: Fix startup errors 2016-08-21 09:34:50 +02:00
Malcrom f10a4c1364 Core/Creatures: Implemented loading animkits from creature_addon (#17834) 2016-08-20 23:53:07 +02:00
Aokromes 4cd6295efb DB/Gameobject: Delete some duplicate spawns 2016-08-20 22:43:37 +02:00
Aokromes d2885ed79f DB/Gameobject: Delete some duplicate spawns 2016-08-20 22:37:26 +02:00
Aokromes 4c4a379ae8 DB/Gameobject: Delete some duplicate spawns 2016-08-20 22:32:42 +02:00
Aokromes 08d69e7654 DB/Gameobject: Delete some duplicate spawns 2016-08-20 22:29:52 +02:00
Aokromes 6456469794 DB/Gameobject: Delete some duplicate spawns 2016-08-20 22:22:08 +02:00
Aokromes 3d87fb2824 DB/Gameobject: Delete some duplicate spawns 2016-08-20 22:19:20 +02:00
Aokromes 4c52b78adf DB/Creature: Make Lieutenant Horatio Laine and relatives visible
(don't tell me why they added this without requirement, source sniff is one horde character and he was visible without any quest, tested also with one level 2 ali character)
2016-08-20 16:33:52 +02:00