diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-02-02 18:15:00 +0100 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-02-02 18:15:00 +0100 |
| commit | 9d932e7f0c831615474bfc6c54d4027215d2c1b5 (patch) | |
| tree | 561e36e508d8976bc273b0e47c4cd1b93878be51 /sql/updates | |
| parent | bac463c4815b0d7f7a1433a9409b9d4ba30ffc45 (diff) | |
| parent | bc03fedf6dd77409a22dca1647916d154e563245 (diff) | |
Merge remote-tracking branch 'tkrokli/npc_disciple_of_naralex' into 3.3.5-base (PR #16437)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2016_02_02_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_02_01_world.sql b/sql/updates/world/2016_02_02_01_world.sql new file mode 100644 index 00000000000..f1b181a29e3 --- /dev/null +++ b/sql/updates/world/2016_02_02_01_world.sql @@ -0,0 +1,4 @@ +-- new gossip_menu for NPC 3678 Disciple of Naralex: +DELETE FROM `gossip_menu_option` WHERE `menu_id`= 201 AND `OptionBroadcastTextID`= 2662; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES +(201, 0, 0, 'Let the event begin!', 2662, 1, 1, 0, 0, 0, 0, '', 0); |
