diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-10 21:43:33 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-10 21:43:33 +0200 |
commit | d760579dd61f55ec5b32c15103302a54d60ee564 (patch) | |
tree | 55907588ad5b5b519dac4aeb3d54ca6b6ddfc517 /sql | |
parent | 63d7b348bb1c654ee72bbbb3f29c7a78ee462408 (diff) | |
parent | 889e82ebe483f316f89171dd1f7cb74312e3e00b (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_10_10_00_world.sql | 5 | ||||
-rw-r--r-- | sql/updates/world/2014_10_10_01_world_335.sql | 4 | ||||
-rw-r--r-- | sql/updates/world/2014_10_10_02_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2014_10_10_03_world.sql | 4 | ||||
-rw-r--r-- | sql/updates/world/2014_10_10_04_world_335.sql | 5 | ||||
-rw-r--r-- | sql/updates/world/2014_10_10_05_world.sql | 5 |
6 files changed, 25 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_10_00_world.sql b/sql/updates/world/2014_10_10_00_world.sql new file mode 100644 index 00000000000..3ac4e678fec --- /dev/null +++ b/sql/updates/world/2014_10_10_00_world.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `unit_flags`=320, `flags_extra`=2 WHERE `entry` IN(36065,36066); +DELETE FROM `creature_template_addon` WHERE `entry` IN(36066, 36065); +INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(36066, 0, 0x2000000, 0x1, ''), +(36065, 0, 0x2000000, 0x1, ''); diff --git a/sql/updates/world/2014_10_10_01_world_335.sql b/sql/updates/world/2014_10_10_01_world_335.sql new file mode 100644 index 00000000000..624286e6910 --- /dev/null +++ b/sql/updates/world/2014_10_10_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` = 180671; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES +(180671,3,644,'Xandivious\' Demon Bag',43,17516,-18019); diff --git a/sql/updates/world/2014_10_10_02_world.sql b/sql/updates/world/2014_10_10_02_world.sql new file mode 100644 index 00000000000..8f971f8ad1e --- /dev/null +++ b/sql/updates/world/2014_10_10_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `item`=49426 WHERE `entry`=38433 AND `item`=47241; diff --git a/sql/updates/world/2014_10_10_03_world.sql b/sql/updates/world/2014_10_10_03_world.sql new file mode 100644 index 00000000000..2d21cb6d010 --- /dev/null +++ b/sql/updates/world/2014_10_10_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_loot_template` WHERE `Entry` = 17516; +INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`) VALUES +(17516,21145,100,1); diff --git a/sql/updates/world/2014_10_10_04_world_335.sql b/sql/updates/world/2014_10_10_04_world_335.sql new file mode 100644 index 00000000000..c32f68fb400 --- /dev/null +++ b/sql/updates/world/2014_10_10_04_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` IN (202947,202948); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES +(202947,3,9467,'Cologne Neutralizer',93,28677,15211), +(202948,3,9468,'Perfume Neutralizer',93,28678,15211); diff --git a/sql/updates/world/2014_10_10_05_world.sql b/sql/updates/world/2014_10_10_05_world.sql new file mode 100644 index 00000000000..0a93850972e --- /dev/null +++ b/sql/updates/world/2014_10_10_05_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (28677,28678); +INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`) VALUES +(28677,49352,100,1), +(28678,49351,100,1); |