chore(DB): import pending files

Referenced commit(s): 2769e0decc
This commit is contained in:
AzerothCoreBot
2022-10-15 15:12:42 +00:00
parent 2769e0decc
commit fc51e19bb6
7 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_14_02 -> 2022_10_15_00
--
SET @GUID := 1976934;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_15_00 -> 2022_10_15_01
-- Shade of Taerar
UPDATE `creature_template` SET `DamageModifier` = 12.65, `ArmorModifier` = 1.05 WHERE (`entry` = 15302);

View File

@@ -1,2 +1,3 @@
-- DB update 2022_10_15_01 -> 2022_10_15_02
--
UPDATE `creature_template` SET `ScriptName`='npc_arcanite_dragonling' WHERE `entry`=12473;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_15_02 -> 2022_10_15_03
-- Eversong Woods
UPDATE `gameobject` SET `ZoneId`=3430 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,1292,1293,1294,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,21297,21298,21299,21300,21301,21302,21303,21304,21305,21306,21307,21308,21309,21310,21311,21312,21313,21314,21315,21316,21317,21318,21319,21320,33888,33889,33893,33896,33897,33900,33901,33908,33909,33910,33912,33914,33915,33916,33917,33918,33927,33930,33931,33933,33935,33936,33937,33938,33939,33940,33941,33942,33943,33944,33946,33949,33950,33952,33954,33955,64924,64925,64926,64927,64929,64935,64937,64938,64939,64940,64947,64948,64958,64959,64960,64961,64962,64963,64969,64970,64971,64977,64978,64992,64993,64994,64996,64997,64998,65124,65125,65126,65127,65128,65129,65130,65131,65132,65133,65134,65135,87202);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_15_03 -> 2022_10_15_04
-- Rookery Whelp (10161)
DELETE FROM `creature_loot_template` WHERE `Entry` = 10161;
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 10161);

View File

@@ -1,2 +1,3 @@
-- DB update 2022_10_15_04 -> 2022_10_15_05
--
UPDATE `creature` SET `spawntimesecs`=180 WHERE `id1`=10919;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_15_05 -> 2022_10_15_06
--
-- Remove skinning loot from Giant Buzzard
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 2831;