Skip to content

Commit

Permalink
[5563] backport fix
Browse files Browse the repository at this point in the history
more will come ...
  • Loading branch information
Grz3s committed Feb 1, 2025
1 parent 7c0471f commit f2854da
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Updates/5526_CDB-4607_world_loot_fixes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ DELETE FROM `creature_loot_template` WHERE `item` = 14048;
-- https://web.archive.org/web/20080422034942/http://wow.allakhazam.com/db/mob.html?wmob=1783
DELETE FROM `creature_loot_template` WHERE `entry` = 1783; -- 22 down from 111
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`, `comments`) VALUES
(1783, 12840, 50, 0, 1, 1, 24, 'Minion\'s Scourgestone'),
(1783, 12840, 50, 0, 1, 1, 94, 'Minion\'s Scourgestone'),
(1783, 14619, -80, 0, 1, 1, 0, 'Skeletal Fragments'),
(1783, 22526, 33.1501, 0, 1, 1, 0, 'Bone Fragments'),
(1783, 13357, 50, 0, 1, 1, 23, 'Osseous Agitator'),
(1783, 13357, 50, 0, 1, 1, 96, 'Osseous Agitator'),
(1783, 14047, 23.5637, 0, 1, 2, 0, 'Runecloth'),
(1783, 7972, 4.5115, 0, 1, 1, 0, 'Ichor of Undeath'),
(1783, 8948, 4.7643, 0, 1, 1, 0, 'Dried King Bolete'),
Expand Down
26 changes: 26 additions & 0 deletions Updates/5563_backport_fix.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
-- Fixing db errors
DELETE FROM creature_addon WHERE guid IN (
89359,89360,89361,89362,89363,89364,89365,89366,89367,89368,89369,89370,89371,89372,89373,89374,
89375,89376,89377,89378,89379,89380,89381,89382,89383,89384,89385,89386,89387,89388,89389,89390,
89391,89392,89393,89394,89395,89396,89397,89398,89399,89400,89401,89402,89403,89404,89405,89406);

-- Fixing db errors
DELETE FROM `pool_template` WHERE entry IN (969,970);
DELETE FROM `pool_gameobject` WHERE guid IN (
1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,
1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,
1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,
1328,1329,1330,1331,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1872,1873,1874,1875,
1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,14696,
21594,21595,21596,21597,21598,21599,21600,21601,22228,22230,27209,27233,27237,27242,27253,27269,27270,
27271,27273,27275,27294,27300,27302,27303,27308,27309,27310,27323,27369,27380,27386,27387,27390,27423,
27426,27427,27430,27433,27434,27440,27450,27451,27456,27457,27458,27459,27460,27461,27466,27468,27491,
27492,27494,27495,27496,27513,27526,27527,27528,27529,27531,27535,27537,27538,27539,27540,27559,28332,
30446,30447,30454,30461,30464,30469,30471,30477,30480,30482,30495,30499,30500,30501,30506,30518,30526,
30527,30530,30532,32735,32796,33289,33295,33296,33297,33298,33299,33885,33888,33889,33893,33901,33909,
33910,33912,33914,33915,33916,33917,33918,33927,33930,33933,33935,33936,33941,33943,33944,33949,33950,
33952,33954,33955,33956,33957,33958,33960,33961,33962,33963,33965,33973,33975,33978,33982,33983,33985,
33986,33988,33990,33991,33993,33994,33995,33996,34005,34013,34014,34015,34021,34022,39946,39947,40104,
40260,40261,40262,40263,40264,40411,40412,40413,40414,42141,42389,64927,64928,64929,64931,64935,64936,
64940,64949,64960,64967,64968,64996,64998,65024,85302,85304,85307,85309,85314,85315,85317,85323,85387,
85389,86020,86173,86180,86194,86197,86242,86244,87161,5512,55457);

0 comments on commit f2854da

Please sign in to comment.