diff options
| author | maximius <none@none> | 2009-08-16 14:36:56 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-16 14:36:56 -0700 |
| commit | 68e0c6fcbdc54dab725dbef2369d78d07477c29b (patch) | |
| tree | 778ce9978207dd9e2951f28c16bbec9e06d955ae | |
| parent | a6dd58f875e63e6a56586be6c940577d53b6273a (diff) | |
*Just in case this gets run twice without recreating `npc_option`..
--HG--
branch : trunk
| -rw-r--r-- | sql/FULL/world_script_texts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index e833bc9024d..fd2cc390d85 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -2030,4 +2030,5 @@ INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `lang0`, `prob0`, `em0_0`, ` -- Dual Spec `npc_option` change UPDATE `npc_option` SET `id`=52,`action`=19 WHERE `id`=51 AND `action`=18 AND `option_text`='UNIT_NPC_FLAG_OUTDOORPVP'; +DELETE FROM `npc_option` WHERE `id`=51 AND `action`=16 AND `option_text`='Purchase a Dual Talent Specialization.'; INSERT INTO `npc_option` (`id`, `gossip_id`, `npcflag`, `icon`, `action`, `box_money`, `coded`, `option_text`, `box_text`) values('51','0','16','2','18','10000000','0','Purchase a Dual Talent Specialization.','Are you sure you wish to purchase a Dual Talent Specialization?'); |
