diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-07-19 13:42:43 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-07-19 15:26:06 +0200 |
| commit | 2452cfb98ecdc18bd64a118410d2a6dc9505f0c4 (patch) | |
| tree | 0e39b635b9a8cb6418db21e79e9d9c5eb07fc6a6 /sql | |
| parent | 3e56a4b8d7340ff75ecdd596516370076419ce2f (diff) | |
| parent | 99dd35da14e7cb0b79f7f70ad393abd6b7a22ea5 (diff) | |
Part 2: Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_07_19_00_world_creature_misc.sql | 20 | ||||
| -rw-r--r-- | sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql | 3 |
2 files changed, 23 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_00_world_creature_misc.sql b/sql/updates/world/2014_07_19_00_world_creature_misc.sql new file mode 100644 index 00000000000..1f8eba3d33c --- /dev/null +++ b/sql/updates/world/2014_07_19_00_world_creature_misc.sql @@ -0,0 +1,20 @@ +DELETE FROM `creature_addon` WHERE `guid` IN ( +132567, +132568, +132566, +132564, +132565, +132553, +132554, +132555, +132556, +132557, +132558, +132559, +132560, +132561, +132562, +132563); +DELETE FROM `creature_template_addon` WHERE `entry`=23051; +INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(23051, 0, 0x0, 0x1, ''); diff --git a/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql new file mode 100644 index 00000000000..fee4f9cc077 --- /dev/null +++ b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=49882; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(49882, 32768); |
