diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2017-04-30 08:23:31 +0200 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-04-30 08:23:31 +0200 |
| commit | 88413de9d848dfd167779c0172d4683ce64b9497 (patch) | |
| tree | 323d747d7316a721f4a16c31bbda7ccfdd5bdd0c | |
| parent | d4d85c764f514e6e8ba033a84960f00e0896a014 (diff) | |
Update 2017_04_30_00_world_335.sql
- remove BroadcastTextID0 for Jangdor Swiftstrider's gossip
- insert only text0_0 because NPC is a male
| -rw-r--r-- | sql/updates/world/3.3.5/2017_04_30_00_world_335.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_30_00_world_335.sql b/sql/updates/world/3.3.5/2017_04_30_00_world_335.sql index 30087290442..11b3575dfda 100644 --- a/sql/updates/world/3.3.5/2017_04_30_00_world_335.sql +++ b/sql/updates/world/3.3.5/2017_04_30_00_world_335.sql @@ -1,8 +1,9 @@ -- Jangdor Swiftstrider - Camp Mojache, Feralas (entry 7854) UPDATE `gossip_menu` SET `text_id`= 2638 WHERE `entry`= 1964; -- (old text_id = 2368) +UPDATE `npc_text` SET `BroadcastTextID0`= 0 WHERE `ID`= 2638; -- Terl Arakor - Wetlands (entry 2153) UPDATE `npc_text` SET `text0_0`= 'This is MY WAGON!$B$BMINE!', `BroadcastTextID0`= 44358 WHERE `ID`= 16528; -- Griniblix the Spectator - Dire Maul, Feralas (entry 14395) -UPDATE `npc_text` SET `text0_0`= 'Woohoo! They are into it now!', `text0_1`= 'Woohoo! They are into it now!', `BroadcastTextID0`= 9504 WHERE `ID`= 16432; +UPDATE `npc_text` SET `text0_0`= 'Woohoo! They are into it now!', `BroadcastTextID0`= 9504 WHERE `ID`= 16432; |
