aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-05-08 02:47:29 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-05-08 02:47:29 +0200
commit09ff96914a52620afed4ae50a34766603a38acad (patch)
tree85f03bbd52b926e3bb64d03af8fa77f8ec62c602 /sql
parent5ca548602c2333178b99602a4f7d467ca9d23469 (diff)
parent5e4083bc456031aa3fdf2347fc040908e6264a45 (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.sql2
-rw-r--r--sql/updates/world/2014_05_07_00_world_gossip_menu_option.sql1
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;