Skip to content

Commit

Permalink
[0.15.1.0090.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
NeatElves committed Apr 20, 2022
1 parent 0ea1c3c commit 461fd0c
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 68 deletions.
28 changes: 11 additions & 17 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25942,7 +25942,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('2693704','26937','30','3','100','1','5','26902','0','0','0','0','11','40136','0','0','0','0','0','0','0','0','0','0','Gong Bunny - Cast Lightning Cloud on Receive AI Event 5 (Phase 2)'),
-- Anatoly 26971
('2697101','26971','1','0','100','0','0','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Anatoly - Set Phase 1 on Spawn'),
('2697102','26971','1','5','100','1','1000','60000','180000','320000','0','0','53','-20028','0','0','0','0','0','0','0','0','0','0','Anatoly - START_RELAY_SCRIPT (Random) on OOC Timer (Phase 1)'),
('2697102','26971','1','5','100','1','1000','60000','180000','320000','0','0','53','-20238','0','0','0','0','0','0','0','0','0','0','Anatoly - START_RELAY_SCRIPT (Random) on OOC Timer (Phase 1)'),
('2697103','26971','30','0','100','0','8','27626','0','0','0','0','22','2','0','0','48','2','0','0','0','0','0','0','Anatoly - Set Phase 2 and Waypoints on Receive AI Event Custom C'),
('2697104','26971','6','0','100','0','0','0','0','0','0','0','53','20158','0','0','0','0','0','0','0','0','0','0','Anatoly - START_RELAY_SCRIPT on Death'),
-- Shade of Arugal 27018
Expand Down Expand Up @@ -32760,7 +32760,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1145902','11459','9','0','100','1025','0','30','10700','21700','0','0','11','28858','4','32','0','0','0','0','0','0','0','0','Ironbark Protector - Cast Entangling Roots'),
('1145903','11459','9','0','100','1025','0','8','6100','14100','0','0','11','18670','1','0','0','0','0','0','0','0','0','0','Ironbark Protector - Cast Knock Away'),
-- Alzzin's Minion 11460
('1146001','11460','11','0','100','0','1000','1000','0','0','0','0','11','10095','0','34','0','0','0','0','0','0','0','0','Alzzin''s Minion - Cast Hate to Zero on Spawn'),
('1146001','11460','11','0','100','0','0','0','0','0','0','0','11','10095','0','34','0','0','0','0','0','0','0','0','Alzzin''s Minion - Cast Hate to Zero on Spawn'),
-- Warpwood Guardian (3.3.3 Official Data) - Pummel Data Unknown
('1146101','11461','9','0','100','1025','0','5','19200','23700','0','0','11','16172','1','0','0','0','0','0','0','0','0','0','Warpwood Guardian - Cast Head Crack'),
('1146102','11461','13','0','100','1025','9000','14000','0','0','0','0','11','15615','1','0','0','0','0','0','0','0','0','0','Warpwood Guardian - Cast Pummel on Target Casting'),
Expand Down Expand Up @@ -43673,13 +43673,9 @@ INSERT INTO `creature_ai_summons` (`id`,`position_x`,`position_y`,`position_z`,`
-- Random Templates used by ACID (Check for ids used elsewhere)
-- SELECT * FROM `dbscript_random_templates` WHERE `id` BETWEEN 0 AND 30000;
-- =======================================================
-- Clear dbscript_random_templates used by ACID
DELETE FROM dbscript_random_templates WHERE `target_id` < 0;
DELETE rand_temps FROM dbscript_random_templates rand_temps JOIN creature_ai_scripts eai ON (eai.action1_type=54 AND eai.action1_param3=rand_temps.id) OR (eai.action2_type=54 AND eai.action2_param3=rand_temps.id) OR (eai.action3_type=54 AND eai.action3_param3=rand_temps.id);
DELETE rand_temps FROM dbscript_random_templates rand_temps JOIN creature_ai_scripts eai ON (eai.action1_type=53 AND -eai.action1_param1=rand_temps.id) OR (eai.action2_type=53 AND -eai.action2_param1=rand_temps.id) OR (eai.action3_type=53 AND -eai.action3_param1=rand_temps.id);

-- Classic IDs 0 - 9999
INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
REPLACE INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
(2, 0, 2627, 0, 'Scarlet Monastery - Random Aggro Texts'),
(2, 0, 2625, 0, 'Scarlet Monastery - Random Aggro Texts'),
(2, 0, 2626, 0, 'Scarlet Monastery - Random Aggro Texts'),
Expand Down Expand Up @@ -43781,10 +43777,6 @@ INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VA
(19, 0, 1660, 0, 'Warden Thelwater 1719 - OOC Texts'),
(19, 0, 1661, 0, 'Warden Thelwater 1719 - OOC Texts'),
(19, 0, 1662, 0, 'Warden Thelwater 1719 - OOC Texts'),
(20, 0, 39, 0, 'Gryan Stoutmantle - Random OOC Texts'),
(20, 0, 40, 0, 'Gryan Stoutmantle - Random OOC Texts'),
(21, 0, 43, 0, 'Captain Danuvin - Random OOC Texts'),
(21, 0, 44, 0, 'Captain Danuvin - Random OOC Texts'),

(896, 0, 995, 0, 'Greishan Ironstove 3291 - Random OOC Texts'),
(896, 0, 996, 0, 'Greishan Ironstove 3291 - Random OOC Texts'),
Expand Down Expand Up @@ -43815,7 +43807,7 @@ INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VA
(9000,0,12380,0,'4294/4295/4298/4299/4300/4301/4302/4303/4540 - Random Texts (Ashbringer Event - Scarlet Monastery)');

-- TBC IDs 10000 - 19999
INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
REPLACE INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
(10005,0,19050,0,'5355/16769/1410 - Random Texts'),
(10005,0,19042,0,'5355/16769/1410 - Random Texts'),
(10005,0,19056,0,'5355/16769/1410 - Random Texts'),
Expand Down Expand Up @@ -44217,10 +44209,8 @@ INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VA
-- 19001 Reserved by DBScripts

-- WOTLK IDs 20000+
INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
-- 20001 Reserved by DBScripts
-- 20002 Reserved by DBScripts
-- 20003 Reserved by DBScripts
REPLACE INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
-- 20000 - 20003 Reserved by DBScripts
(20004,0,22837,0,'24120 - Random Texts'),
(20004,0,22835,0,'24120 - Random Texts'),
(20004,0,22836,0,'24120 - Random Texts'),
Expand Down Expand Up @@ -44891,7 +44881,11 @@ INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VA
(20237,0,30494,0,'Gymer - Random OOC Texts'),
(20237,0,30495,0,'Gymer - Random OOC Texts'),
(20237,0,30496,0,'Gymer - Random OOC Texts'),
(20237,0,30497,0,'Gymer - Random OOC Texts');
(20237,0,30497,0,'Gymer - Random OOC Texts'),
(20238,1,20557,0,'26971 - Random Script 1'),
(20238,1,20558,0,'26971 - Random Script 2'),
(20238,1,20559,0,'26971 - Random Script 3'),
(20238,1,20560,0,'26971 - Random Script 4');


-- =======================================================
Expand Down
111 changes: 105 additions & 6 deletions Updates/0004_updatepack.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9257,12 +9257,6 @@ INSERT INTO dbscript_string (entry, content_default, sound, type, language, emot

DELETE FROM creature_addon WHERE guid IN (SELECT guid FROM creature WHERE id = 26971);
UPDATE creature_template_addon SET bytes1 = 0 WHERE entry = 26971;
DELETE FROM dbscript_random_templates WHERE id = 20028;
INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
(20028,1,20557,0,'26971 - Random Script 1'),
(20028,1,20558,0,'26971 - Random Script 2'),
(20028,1,20559,0,'26971 - Random Script 3'),
(20028,1,20560,0,'26971 - Random Script 4');
DELETE FROM dbscripts_on_relay WHERE id BETWEEN 20557 AND 20560;
INSERT INTO dbscripts_on_relay (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES
(20557,0,31,26935,30,0,0,0,0,0,0,0,0,0,0,0,0,'26971 - Random Script 1: search for 26935'),
Expand Down Expand Up @@ -85605,3 +85599,108 @@ INSERT INTO `creature_movement` (`Id`, `Point`, `PositionX`, `PositionY`, `Posit
(30605, 12, -2071.93, -3578.94, 48.7814, 100, 0, 0, NULL),
(30605, 13, -2035.28, -3569.57, 29.8719, 100, 0, 0, NULL),
(30605, 14, -2024.15, -3568.64, 24.8843, 100, 0, 0, NULL);

UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '2' WHERE `item` IN (1652,35516);
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '20' WHERE `item` IN (1470,932,50317);
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '10', `groupid` = '1' WHERE `entry` =32500 AND `item` =44708;
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '0', `groupid` = '1' WHERE `entry` =32500 AND `item` =44681;
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '100' WHERE `entry` =18680 AND `item` =31254;
INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`, `comments`) VALUES ('4677', '763', '0', '1', '1', '1', '0', '');
DELETE FROM `creature_loot_template` WHERE `entry` = 1119 AND `item` = 763;
INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`, `comments`) VALUES ('2075', '2254', '0', '1', '1', '1', '0', '');
DELETE FROM `creature_loot_template` WHERE `entry` = 1119 AND `item` = 2254;
INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`, `comments`) VALUES ('3058', '5751', '0', '1', '1', '1', '0', '');
DELETE FROM `creature_loot_template` WHERE `entry` = 4015 AND `item` = 5751;
INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`, `comments`) VALUES ('3048', '5752', '0', '1', '1', '1', '0', '');
DELETE FROM `creature_loot_template` WHERE `entry` = 4015 AND `item` = 5752;

DELETE FROM `creature` WHERE `guid` = 73259;
REPLACE INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES
(143077, 21347, 530, 1, 1, 0, 0, -2697.64, 1334.04, 91.3392, 3.3872, 25, 25, 0, 0, 0, 0, 0, 0),
(143090, 21347, 530, 1, 1, 0, 0, -2681.68, 1485.73, 24.2592, 0.401426, 25, 25, 0, 0, 0, 0, 0, 0),
(143078, 21347, 530, 1, 1, 0, 0, -2645.58, 1348.26, 95.2305, 3.39077, 25, 25, 0, 0, 0, 0, 0, 0),
(143080, 21347, 530, 1, 1, 0, 0, -2633.26, 1366.75, 85.7008, 0.139571, 25, 25, 0, 0, 0, 0, 0, 0),
(143079, 21347, 530, 1, 1, 0, 0, -2632.01, 1333.63, 90.4338, 4.59243, 25, 25, 0, 0, 0, 0, 0, 0),
(143081, 21347, 530, 1, 1, 0, 0, -2614.25, 1382.97, 80.4097, 0.139571, 25, 25, 0, 0, 0, 0, 0, 0),
(143101, 21347, 530, 1, 1, 0, 0, -2599.63, 1266.48, 80.4769, 3.8655, 25, 25, 0, 0, 0, 0, 0, 0),
(143100, 21347, 530, 1, 1, 0, 0, -2598.86, 1234.89, 79.1238, 2.94031, 25, 25, 0, 0, 0, 0, 0, 0),
(143105, 21347, 530, 1, 1, 0, 0, -2582.83, 1252.49, 78.4565, 3.24503, 25, 25, 0, 0, 0, 0, 0, 0),
(143082, 21347, 530, 1, 1, 0, 0, -2581.6, 1448.16, 54.8429, 3.39077, 25, 25, 0, 0, 0, 0, 0, 0),
(143098, 21347, 530, 1, 1, 0, 0, -2566.65, 1165.72, 76.1817, 4.56588, 25, 25, 0, 0, 0, 0, 0, 0),
(143099, 21347, 530, 1, 1, 0, 0, -2566.39, 1200.25, 77.7982, 6.12882, 25, 25, 0, 0, 0, 0, 0, 0),
(143097, 21347, 530, 1, 1, 0, 0, -2550.49, 1149.13, 77.7456, 5.42208, 25, 25, 0, 0, 0, 0, 0, 0),
(143076, 21347, 530, 1, 1, 0, 0, -2548.85, 1246.83, 74.9428, 5.35618, 25, 25, 0, 0, 0, 0, 0, 0),
(143104, 21347, 530, 1, 1, 0, 0, -2548.38, 1382.88, 83.8288, 0.61081, 25, 25, 0, 0, 0, 0, 0, 0),
(143103, 21347, 530, 1, 1, 0, 0, -2547.91, 1348.76, 82.7689, 5.01654, 25, 25, 0, 0, 0, 0, 0, 0),
(143089, 21347, 530, 1, 1, 0, 0, -2533.43, 1199.5, 70.4887, 4.21544, 25, 25, 0, 0, 0, 0, 0, 0),
(143083, 21347, 530, 1, 1, 0, 0, -2533.31, 1433.58, 46.7008, 3.8655, 25, 25, 0, 0, 0, 0, 0, 0),
(143102, 21347, 530, 1, 1, 0, 0, -2532.65, 1299.56, 68.7003, 4.8948, 25, 25, 0, 0, 0, 0, 0, 0),
(143092, 21347, 530, 1, 1, 0, 0, -2518.09, 1180.25, 65.1497, 3.39077, 25, 25, 0, 0, 0, 0, 0, 0),
(143084, 21347, 530, 1, 1, 0, 0, -2517.07, 1381.81, 70.2143, 3.8655, 25, 25, 0, 0, 0, 0, 0, 0),
(143088, 21347, 530, 1, 1, 0, 0, -2515.64, 1150.27, 65.4093, 3.39077, 25, 25, 0, 0, 0, 0, 0, 0),
(143091, 21347, 530, 1, 1, 0, 0, -2500.14, 1165.85, 53.6676, 4.87127, 25, 25, 0, 0, 0, 0, 0, 0),
(143085, 21347, 530, 1, 1, 0, 0, -2500.13, 1332.44, 70.0163, 5.35618, 25, 25, 0, 0, 0, 0, 0, 0),
(143093, 21347, 530, 1, 1, 0, 0, -2484.61, 1315.87, 58.3943, 0.049953, 25, 25, 0, 0, 0, 0, 0, 0),
(143087, 21347, 530, 1, 1, 0, 0, -2483.82, 1182.09, 37.672, 3.10174, 25, 25, 0, 0, 0, 0, 0, 0),
(143096, 21347, 530, 1, 1, 0, 0, -2483.17, 1216.38, 42.5085, 3.4536, 25, 25, 0, 0, 0, 0, 0, 0),
(143086, 21347, 530, 1, 1, 0, 0, -2467.18, 1199.15, 20.7894, 3.4536, 25, 25, 0, 0, 0, 0, 0, 0),
(143094, 21347, 530, 1, 1, 0, 0, -2466.51, 1332.21, 49.4113, 2.21373, 25, 25, 0, 0, 0, 0, 0, 0),
(143095, 21347, 530, 1, 1, 0, 0, -2465.7, 1299.19, 43.4429, 5.35618, 25, 25, 0, 0, 0, 0, 0, 0);
REPLACE INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES
(73259, 21195, 530, 1, 1, 0, 0, -2567.65, 1445.42, 55.5677, 3.86547, 180, 180, 5, 0, 0, 0, 0, 1),
(16029, 21195, 530, 1, 1, 0, 0, -2552.1, 1175.69, 78.8479, 3.00296, 180, 180, 5, 0, 0, 0, 0, 1),
(16215, 21195, 530, 1, 1, 0, 0, -2462.39, 1273.3, 35.5286, 2.99118, 180, 180, 5, 0, 0, 0, 0, 1),
(16556, 21195, 530, 1, 1, 0, 0, -2481.78, 1175.69, 37.8072, 1.88377, 180, 180, 5, 0, 0, 0, 0, 1),
(16648, 21195, 530, 1, 1, 0, 0, -2546.81, 1231.11, 72.8316, 1.52637, 180, 180, 5, 0, 0, 0, 0, 1),
(18674, 21195, 530, 1, 1, 0, 0, -2511.39, 1227.9, 61.0218, 3.70192, 180, 180, 5, 0, 0, 0, 0, 1),
(57675, 21195, 530, 1, 1, 0, 0, -2581.92, 1220.64, 77.0188, 1.73843, 180, 180, 5, 0, 0, 0, 0, 1),
(57676, 21195, 530, 1, 1, 0, 0, -2511.58, 1204.96, 58.753, 2.79872, 180, 180, 5, 0, 0, 0, 0, 1),
(57677, 21195, 530, 1, 1, 0, 0, -2568.08, 1241.86, 80.5805, 2.16743, 180, 180, 5, 0, 0, 0, 0, 1),
(57678, 21195, 530, 1, 1, 0, 0, -2493.88, 1280.81, 57.6669, 2.39127, 180, 180, 5, 0, 0, 0, 0, 1),
(57681, 21195, 530, 1, 1, 0, 0, -2475.34, 1311.98, 47.4481, 2.34022, 180, 180, 5, 0, 0, 0, 0, 1),
(57682, 21195, 530, 1, 1, 0, 0, -2507.78, 1381.64, 65.6897, 3.94401, 180, 180, 5, 0, 0, 0, 0, 1),
(57684, 21195, 530, 1, 1, 0, 0, -2570.61, 1374.26, 84.8053, 3.11384, 180, 180, 5, 0, 0, 0, 0, 1),
(73258, 21195, 530, 1, 1, 0, 0, -2550.49, 1310.61, 79.8304, 3.53168, 180, 180, 5, 0, 0, 0, 0, 1),
(73263, 21195, 530, 1, 1, 0, 0, -2694.88, 1495, 19.2922, 2.33106, 300, 300, 5, 0, 0, 0, 0, 1),
(100213, 21195, 530, 1, 1, 0, 0, -2706.26, 1538.41, 16.6343, 1.96146, 300, 300, 5, 0, 0, 0, 0, 1),
(100214, 21195, 530, 1, 1, 0, 0, -2588.75, 1091.04, 59.9092, 1.17927, 180, 180, 5, 0, 0, 0, 0, 1),
(49216, 21195, 530, 1, 1, 0, 0, -2523.45, 1153.34, 68.9991, 4.22975, 180, 180, 5, 0, 0, 0, 0, 1),
(49217, 21195, 530, 1, 1, 0, 0, -2543.62, 1118.17, 71.2176, 1.08895, 180, 180, 5, 0, 0, 0, 0, 1),
(49218, 21195, 530, 1, 1, 0, 0, -2525.07, 1313.36, 65.936, 2.56013, 180, 180, 5, 0, 0, 0, 0, 1),
(49219, 21195, 530, 1, 1, 0, 0, -2706.39, 1364.84, 92.2946, 0.50056, 180, 180, 5, 0, 0, 0, 0, 1),
(49220, 21195, 530, 1, 1, 0, 0, -2619.8, 1316.13, 84.1189, 3.94921, 180, 180, 5, 0, 0, 0, 0, 1),
(49221, 21195, 530, 1, 1, 0, 0, -2619.86, 1364.69, 83.0265, 3.71044, 180, 180, 5, 0, 0, 0, 0, 1),
(49222, 21195, 530, 1, 1, 0, 0, -2623.92, 1449.6, 52.1637, 3.34732, 180, 180, 5, 0, 0, 0, 0, 1),
(49223, 21195, 530, 1, 1, 0, 0, -2583.85, 1418.77, 74.3185, 4.68669, 180, 180, 5, 0, 0, 0, 0, 1),
(49224, 21195, 530, 1, 1, 0, 0, -2594.22, 1313.18, 80.6982, 1.63336, 180, 180, 5, 0, 0, 0, 0, 1),
(49225, 21195, 530, 1, 1, 0, 0, -2600.63, 1250.26, 80.1918, 4.33513, 180, 180, 5, 0, 0, 0, 0, 1),
(49226, 21195, 530, 1, 1, 0, 0, -2802.93, 1238.03, 75.3009, 3.27811, 180, 180, 5, 0, 0, 0, 0, 1),
(49227, 21195, 530, 1, 1, 0, 0, -2795.26, 1246.96, 74.6738, 4.73031, 180, 180, 5, 0, 0, 0, 0, 1),
(49228, 21195, 530, 1, 1, 0, 0, -2794.3, 1256.81, 74.7389, 5.39555, 180, 180, 5, 0, 0, 0, 0, 1),
(49229, 21195, 530, 1, 1, 0, 0, -2816.47, 1269.8, 76.3112, 0.600692, 180, 180, 5, 0, 0, 0, 0, 1),
(49230, 21195, 530, 1, 1, 0, 0, -2825.32, 1259.45, 75.399, 1.02088, 180, 180, 5, 0, 0, 0, 0, 1),
(49231, 21195, 530, 1, 1, 0, 0, -2714.38, 1304.45, 84.5302, 6.04939, 180, 180, 5, 0, 0, 0, 0, 1),
(49233, 21195, 530, 1, 1, 0, 0, -2749.56, 1352.11, 89.3066, 6.2693, 180, 180, 5, 0, 0, 0, 0, 1),
(49235, 21195, 530, 1, 1, 0, 0, -2701.88, 1323.35, 90.4227, 6.16328, 180, 180, 5, 0, 0, 0, 0, 1);

DELETE FROM dbscript_random_templates WHERE id = 20028;
INSERT INTO `dbscript_random_templates` (`id`, `type`, `target_id`, `chance`, `comments`) VALUES
(20028, 0, 24855, 0, '26165 - Random Aggro Texts'),
(20028, 0, 25302, 0, '26165 - Random Aggro Texts');
REPLACE INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
(20, 0, 39, 0, 'Gryan Stoutmantle - Random OOC Texts'),
(20, 0, 40, 0, 'Gryan Stoutmantle - Random OOC Texts'),
(21, 0, 43, 0, 'Captain Danuvin - Random OOC Texts'),
(21, 0, 44, 0, 'Captain Danuvin - Random OOC Texts');

UPDATE `reference_loot_template` SET `ChanceOrQuestChance` = '20' WHERE `entry` =8827 AND `item` =8827;
UPDATE `reference_loot_template` SET `ChanceOrQuestChance` = '45' WHERE `entry` =8827 AND `item` =40195;
UPDATE `reference_loot_template` SET `ChanceOrQuestChance` = '20' WHERE `entry` =8827 AND `item` =46006;
UPDATE `disenchant_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =18 AND `item` =10978;
UPDATE `item_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =20601 AND `groupid` =7;
UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =181083;
UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =180751 AND `item` =3820;
UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =180751 AND `item` =21114;
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =647 AND `item` =5201;
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =646 AND `item` =7230;
UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = '0' WHERE `entry` =3975 AND `item` IN (7717,7718,7719);

0 comments on commit 461fd0c

Please sign in to comment.