diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2016-08-25 09:07:45 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-25 09:07:45 +0200 |
| commit | 8df4706992f0fa39af5892dce2c23a0dde5bd9c1 (patch) | |
| tree | 0738497fc4b7c0474336edaa91cd79e57a1b65b3 /sql | |
| parent | 8bc00e8952e5ae35b69edb50785d0a19ebf8e91e (diff) | |
Core/Scripts: move npc_experience hardcoded text to DB
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_28_17750_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_28_17750_world.sql b/sql/updates/world/3.3.5/2016_08_28_17750_world.sql new file mode 100644 index 00000000000..75b89a1159f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_28_17750_world.sql @@ -0,0 +1,8 @@ +-- NPC 35364 Slahtz <Experience Eliminator> / 35365 Behsten <Experience Eliminator> +UPDATE `creature_template` SET `gossip_menu_id`= 10638 WHERE `entry`= 35365; -- 35364 already OK + +UPDATE `gossip_menu_option` SET `box_money`= 100000, `box_text`= 'Are you certain you wish to stop gaining experience?', `BoxBroadcastTextID`= 35535 WHERE `menu_id`= 10638 AND `id`= 0; + +DELETE FROM `gossip_menu_option` WHERE `menu_id`= 10638 AND `id`= 1; +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`,`VerifiedBuild`) VALUES +(10638,1,0,'I wish to start gaining experience again.',35532,1,1,0,0,0,100000,'Are you certain you wish to start gaining experience again?',35533,0); |
