Skip to content

Commit

Permalink
[Instance] BRD: Fix the faction of Ribbly and his cronies after engag…
Browse files Browse the repository at this point in the history
…ing them. (#1172)

Data coming from version 3.0.3 build 9183.
  • Loading branch information
evil-at-wow authored Jan 18, 2024
1 parent c5f92bc commit 422bb08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Updates/Instances/230_blackrock_depths.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3124,10 +3124,10 @@ DELETE FROM `dbscripts_on_gossip` WHERE `id` IN (194502,197001,964801);
INSERT INTO `dbscripts_on_gossip` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES
(194502, 1000, 9, @OGUID+112, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'spawn Spectral Chalice'),

(197001, 0, 22, 21, 0, 0, 10043, @CGUID+1109, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly Crony - update faction'),
(197001, 0, 22, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly - update faction'),
(197001, 0, 22, 21, 0, 0, 10043, @CGUID+1110, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly Crony - update faction'),
(197001, 0, 22, 21, 0, 0, 10043, @CGUID+1111, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly Crony - update faction'),
(197001, 0, 22, 736, 0, 0, 10043, @CGUID+1109, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly Crony - update faction'),
(197001, 0, 22, 736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly - update faction'),
(197001, 0, 22, 736, 0, 0, 10043, @CGUID+1110, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly Crony - update faction'),
(197001, 0, 22, 736, 0, 0, 10043, @CGUID+1111, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly Crony - update faction'),
(197001, 3000, 0, 0, 0, 0, 0, 0, 0, 4973, 0, 0, 0, 0, 0, 0, 0, ''),
(197001, 5000, 26, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbly - attack player'),

Expand Down

0 comments on commit 422bb08

Please sign in to comment.