diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-05-08 02:47:29 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-05-08 02:47:29 +0200 |
| commit | 09ff96914a52620afed4ae50a34766603a38acad (patch) | |
| tree | 85f03bbd52b926e3bb64d03af8fa77f8ec62c602 /sql | |
| parent | 5ca548602c2333178b99602a4f7d467ca9d23469 (diff) | |
| parent | 5e4083bc456031aa3fdf2347fc040908e6264a45 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_05_07_00_world_creature_template.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2014_05_07_00_world_gossip_menu_option.sql | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_07_00_world_creature_template.sql b/sql/updates/world/2014_05_07_00_world_creature_template.sql new file mode 100644 index 00000000000..aa1a0511f18 --- /dev/null +++ b/sql/updates/world/2014_05_07_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|256, `flags_extra`=0 WHERE `entry`=30413; diff --git a/sql/updates/world/2014_05_07_00_world_gossip_menu_option.sql b/sql/updates/world/2014_05_07_00_world_gossip_menu_option.sql new file mode 100644 index 00000000000..2939237dc7d --- /dev/null +++ b/sql/updates/world/2014_05_07_00_world_gossip_menu_option.sql @@ -0,0 +1 @@ +DELETE FROM `gossip_menu_option` WHERE `menu_id`=8903 AND `id`=1; |
