Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cmangos/tbc-db
Browse files Browse the repository at this point in the history
  • Loading branch information
lduguid committed Nov 3, 2024
2 parents 9de0dfc + 1c02d67 commit ab0239f
Show file tree
Hide file tree
Showing 12 changed files with 3,912 additions and 1,858 deletions.
409 changes: 137 additions & 272 deletions ACID/acid_tbc.sql

Large diffs are not rendered by default.

274 changes: 274 additions & 0 deletions Updates/0479_mana_tombs_misc_fixes.sql

Large diffs are not rendered by default.

394 changes: 394 additions & 0 deletions Updates/0480_auchenai_crypts_misc_fixes.sql

Large diffs are not rendered by default.

583 changes: 582 additions & 1 deletion Updates/0481_eversong_fixes.sql

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions Updates/0493_silvermoon_fixes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,45 @@ INSERT INTO creature_spawn_data(Guid, Id) VALUES
INSERT INTO creature_spawn_data(Guid, Id) VALUES
(140790,5300003);

SET @MOVID=64058; -- arcane guardian
UPDATE creature SET position_x=9940.521,position_y=-7116.023,position_z=47.712418,MovementType=4 WHERE guid = @MOVID + 0;
DELETE FROM creature_movement WHERE Id = @MOVID + 0;
INSERT INTO creature_movement (Id, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId, Comment) VALUES
(@MOVID + 0, '1', '9940.521', '-7116.023', '47.712418', '100', '0', '0', NULL),
(@MOVID + 0, '2', '9911.249', '-7151.739', '45.069153', '100', '0', '0', NULL),
(@MOVID + 0, '3', '9888.47', '-7178.521', '31.030865', '100', '0', '0', NULL),
(@MOVID + 0, '4', '9854.697', '-7169.182', '30.976637', '100', '0', '0', NULL),
(@MOVID + 0, '5', '9830.894', '-7194.369', '31.026825', '100', '0', '0', NULL),
(@MOVID + 0, '6', '9843.726', '-7205.858', '28.036522', '100', '0', '0', NULL),
(@MOVID + 0, '7', '9835.979', '-7215.1074', '27.492008', '100', '0', '0', NULL),
(@MOVID + 0, '8', '9805.371', '-7246.825', '26.127098', '100', '0', '0', NULL),
(@MOVID + 0, '9', '9817.014', '-7268.104', '26.22563', '100', '0', '0', NULL),
(@MOVID + 0, '10', '9790.763', '-7288.1597', '26.844706', '100', '0', '0', NULL),
(@MOVID + 0, '11', '9764.638', '-7307.5312', '24.45531', '100', '0', '0', NULL),
(@MOVID + 0, '12', '9721.618', '-7326.2954', '19.037931', '100', '0', '0', NULL),
(@MOVID + 0, '13', '9677.174', '-7327.428', '13.764099', '100', '0', '0', NULL),
(@MOVID + 0, '14', '9676.462', '-7312.242', '13.931272', '100', '0', '0', NULL),
(@MOVID + 0, '15', '9655.123', '-7309.979', '14.968227', '100', '0', '0', NULL),
(@MOVID + 0, '16', '9654.156', '-7298.613', '14.930659', '100', '0', '0', NULL),
(@MOVID + 0, '17', '9675.06', '-7295.336', '13.935108', '100', '0', '0', NULL),
(@MOVID + 0, '18', '9678.472', '-7273.6104', '14.024085', '100', '0', '0', NULL),
(@MOVID + 0, '19', '9656.481', '-7274.7495', '13.934436', '100', '0', '0', NULL),
(@MOVID + 0, '20', '9618.255', '-7276.667', '13.95427', '100', '0', '0', NULL),
(@MOVID + 0, '21', '9578.47', '-7274.924', '13.9402', '100', '0', '0', NULL),
(@MOVID + 0, '22', '9550.27', '-7273.434', '13.927897', '100', '0', '0', NULL),
(@MOVID + 0, '23', '9507.374', '-7278.3384', '14.015342', '100', '0', '0', NULL),
(@MOVID + 0, '24', '9505.458', '-7312.6274', '14.118998', '100', '0', '0', NULL),
(@MOVID + 0, '25', '9505.458', '-7312.6274', '14.118998', '100', '0', '0', NULL),
(@MOVID + 0, '26', '9505.922', '-7325.3467', '14.118977', '100', '0', '0', NULL),
(@MOVID + 0, '27', '9505.934', '-7325.675', '14.168063', '100', '0', '0', NULL),
(@MOVID + 0, '28', '9505.98', '-7326.943', '14.406', '100', '0', '0', NULL),
(@MOVID + 0, '29', '9506.239', '-7334.0435', '14.38966', '100', '0', '0', NULL),
(@MOVID + 0, '30', '9506.246', '-7334.22', '14.389319', '100', '0', '0', NULL),
(@MOVID + 0, '31', '9506.84', '-7350.501', '14.35621', '100', '0', '0', NULL),
(@MOVID + 0, '32', '9506.3125', '-7383.637', '14.321068', '100', '0', '0', NULL),
(@MOVID + 0, '33', '9505.881', '-7418.752', '14.304741', '100', '0', '0', NULL);

UPDATE creature_movement_template SET WaitTime=25000 WHERE Entry=16655 AND Point=3;
UPDATE creature_movement_template SET WaitTime=185000 WHERE Entry=16655 AND Point=7;
UPDATE creature_movement_template SET WaitTime=120000 WHERE Entry=16655 AND Point=11;
UPDATE creature_movement_template SET WaitTime=210000 WHERE Entry=16655 AND Point=14;
19 changes: 19 additions & 0 deletions Updates/0494_WDB-5299_page_text.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
-- Fix for Captain's Documents
-- https://www.wowhead.com/tbc/item=5882/captains-documents
UPDATE `page_text` SET `text` = 'The Bleeding Sparrow: Manifest$B$B(20) barrels rum. Destination: Theramore$B(50) sacks flour. Destination: Theramore$B(2) crates assorted gnome tools. Destination: Ratchet$B(30) bolts cotton cloth. Destination: Theramore$B(4) crates spices. Destination: Theramore$B(3) passengers. Destination: Theramore'
WHERE `entry` = 527;

UPDATE `page_text` SET `text` = 'Captain,$B$BI wish you fortune in your journeys. Regrettably, fortune did not favor our first abduction attempt.$B$BWhen our team made contact with the target in the Stormwind/Ironforge tunnels, they found only a decoy. It appears he showed more wisdom than we accredited him.$B$BBut our second plan is already in motion. Defias agents are prepared to intercept the target as he approaches Theramore. Soon Stormwind will feel our bite all too keenly..$B$B-M'
WHERE `entry` = 547;

UPDATE `page_text` SET `next_page` = 547 WHERE `entry` = 527;

-- Fix for Wrynn's Decree -> Bolvar's Decree
-- https://www.wowhead.com/tbc/item=11368/bolvars-decree
UPDATE `page_text` SET `text` = 'Solomon,$B$BThe carrier of this decree has been granted official status as an acting deputy of Stormwind. You may use $g him:her; to find proof of the black dragonflight''s involvement with the Blackrock orcs. Should such proof be found, this deputy shall return said proof to me in Stormwind, at which time I shall release the order to dispense sufficient military force to aid Lakeshire.$B$BRegards,$B$B$B$BHighlord Bolvar Fordragon'
WHERE `entry` = 1471;

-- Fix for Mariner's Log
-- https://www.wowhead.com/tbc/item=34838/mariners-log
UPDATE `page_text` SET `text` = 'First Watch, Seven Bells$BCedric found in rum closet again. Disciplined.', `next_page` = 3045 WHERE `entry` = 3044;

Loading

0 comments on commit ab0239f

Please sign in to comment.