diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-14 15:32:54 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-14 15:32:54 +0000 |
commit | d6174011340d4cffb798d73cfd4ef93eb96f7b32 (patch) | |
tree | 11abb4393091df2a54eaea0eb91b932f75a059f9 | |
parent | 977c517392198043b42c7a6426272400e80264c4 (diff) |
DB/Quest: Prayer to Elune
Closes #5513
-rw-r--r-- | sql/updates/world/2015_03_14_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_14_01_world.sql b/sql/updates/world/2015_03_14_01_world.sql new file mode 100644 index 00000000000..f99651da7b9 --- /dev/null +++ b/sql/updates/world/2015_03_14_01_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `gossip_menu_id`=1285 WHERE `entry`=8436; +UPDATE `smart_scripts` SET `event_param1`=1286 WHERE `entryorguid`=8436 AND `source_type`=0 AND `id`=0; +UPDATE `gossip_menu_option` SET `action_menu_id`=0 WHERE `menu_id`=1286; |