diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-30 16:25:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-13 19:01:45 +0200 |
commit | 37070b0838fb971f09cd1982733dbe5c891236e5 (patch) | |
tree | 40f70980685326eb42c0457a9b49cfca4d6743e1 | |
parent | a5040c1348b3d9ed7d31aefed888bce7571a7750 (diff) |
DB/Creature: Gubber Blump
Closes #20482
(cherry picked from commit a6cd82289872870f4a3eb59611ec2b0e6ec7148a)
-rw-r--r-- | sql/updates/world/master/2020_09_13_21_world_2017_09_30_14_world_335.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_21_world_2017_09_30_14_world_335.sql b/sql/updates/world/master/2020_09_13_21_world_2017_09_30_14_world_335.sql new file mode 100644 index 00000000000..719533395fb --- /dev/null +++ b/sql/updates/world/master/2020_09_13_21_world_2017_09_30_14_world_335.sql @@ -0,0 +1,10 @@ +-- Gubber Blump +DELETE FROM `creature_text` WHERE `CreatureID`=10216; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10216,0,0,"Fishing is real easy. Just take a pole with a line on it, maybe put some bait on it, and cast it out in the water. Sure enough, them fish will start biting.",12,0,100,1,0,0,5531,0,"Gubber Blump"), +(10216,1,0,"I got some extras with me; if you pay me back what I paid for them, you can have one. I got some bait too.",12,0,100,0,0,0,5532,0,"Gubber Blump"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=10216 AND `source_type`=0 AND `id` IN (2, 3); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(10216,0,2,0,62,0,100,0,2562,1,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Gubber Blump - On Gossip Option 1 Selected - Say Line 0"), +(10216,0,3,0,62,0,100,0,2562,2,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Gubber Blump - On Gossip Option 2 Selected - Say Line 1"); |