-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5359][ACID] q.13110 'The Restless Dead'
Fixed Part of: #373
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
-- q.13110 'The Restless Dead' | ||
|
||
-- Released Soul 30736 | ||
UPDATE creature_template SET InhabitType = 4, Faction = 35, UnitFlags = 33555200 WHERE entry = 30736; | ||
DELETE FROM dbscripts_on_relay WHERE id = 20922; | ||
INSERT INTO dbscripts_on_relay (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES | ||
(20922,1,3,0,0,0,0,0,0x04,0,0,0,0,0,0,20,0,'Part of Released Soul 30736 EAI: move'), | ||
(20922,2,18,5000,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Part of Released Soul 30736 EAI: despawn'); | ||
DELETE FROM spell_script_target WHERE entry IN (57806); | ||
INSERT INTO spell_script_target (entry,type,targetEntry,inverseEffectMask) VALUES | ||
(57806,2,30202,0); |