mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Gameobject: Add missing gameobjects
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject_loot_template` SET `LootMode`=1 WHERE `Entry` IN (39336, 39337, 39338, 39340, 39341, 39342, 39343, 39344, 39345, 40419, 39720);
|
||||
UPDATE `gameobject_loot_template` SET `LootMode`=1 WHERE `Entry` IN (39336, 39337, 39338, 39340, 39341, 39342, 39343, 39344, 39345, 40419, 39720);
|
||||
|
||||
@@ -57,4 +57,4 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`,
|
||||
(41207, 78483, 0, 25, 0, 1, 2, 1, 1, 'Gameobject Elementium Fragment 10 man Heroic contains Blade of the Unmaker'),
|
||||
(41207, 78480, 0, 25, 0, 1, 2, 1, 1, 'Gameobject Elementium Fragment 10 man Heroic contains Vishanka, Jaws of the Earth'),
|
||||
(41207, 78488, 0, 25, 0, 1, 2, 1, 1, 'Gameobject Elementium Fragment 10 man Heroic contains Souldrinker'),
|
||||
(41207, 78486, 0, 25, 0, 1, 2, 1, 1, 'Gameobject Elementium Fragment 10 man Heroic contains Ti''tahk, the Steps of Time');
|
||||
(41207, 78486, 0, 25, 0, 1, 2, 1, 1, 'Gameobject Elementium Fragment 10 man Heroic contains Ti''tahk, the Steps of Time');
|
||||
|
||||
10
sql/updates/world/2016_08_01_05_world.sql
Normal file
10
sql/updates/world/2016_08_01_05_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
--
|
||||
DELETE FROM `gameobject_template` WHERE `entry` IN (210217,210219,209894,209896,210160,210161,210162);
|
||||
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `Data24`, `Data25`, `Data26`, `Data27`, `Data28`, `Data29`, `Data30`, `Data31`, `unkInt32`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(210217, 3, 11056, 'Elementium Fragment', '', '', '', 0, 0, 0.5, 1634, 41207, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1299, 0, 0, 0, 0, 0, 0, 0, '', '', 15595),
|
||||
(210219, 3, 11056, 'Elementium Fragment', '', '', '', 0, 0, 0.5, 1634, 41194, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1299, 0, 0, 0, 0, 0, 0, 0, '', '', 15595),
|
||||
(209894, 3, 11020, 'Greater Cache of the Aspects', '', '', '', 0, 0, 2.25, 1634, 41206, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1291, 0, 0, 0, 0, 0, 0, 0, '', '', 15595),
|
||||
(209896, 3, 11020, 'Greater Cache of the Aspects', '', '', '', 0, 0, 2.25, 1634, 41193, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1291, 0, 0, 0, 0, 0, 0, 0, '', '', 15595),
|
||||
(210160, 3, 11020, 'Lesser Cache of the Aspects', '', '', '', 0, 0, 1.5, 1634, 41204, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1297, 0, 0, 0, 0, 0, 0, 0, '', '', 15595),
|
||||
(210161, 3, 11020, 'Lesser Cache of the Aspects', '', '', '', 0, 0, 1.5, 1634, 41156, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1297, 0, 0, 0, 0, 0, 0, 0, '', '', 15595),
|
||||
(210162, 3, 11020, 'Lesser Cache of the Aspects', '', '', '', 0, 0, 1.5, 1634, 41191, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 85, 0, 0, 0, 0, 1297, 0, 0, 0, 0, 0, 0, 0, '', '', 15595);
|
||||
Reference in New Issue
Block a user