Skip to content

Commit

Permalink
[3365][TDB] Correct Data for Drek'Thar's Scrolls 179004 - seemingly n…
Browse files Browse the repository at this point in the history
…ever used
  • Loading branch information
AnonXS authored and cala committed Jun 25, 2021
1 parent f1f4914 commit 44a9535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Updates/3365_drekktar_scroll.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Drek'Thar's Scrolls 179004
UPDATE gameobject_template SET flags=4, data1=15920 WHERE entry=179004;
3 changes: 3 additions & 0 deletions utilities/cmangos_custom.sql
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ UPDATE gameobject_template SET data2=0 WHERE entry IN (176150,176151);
-- Cannonball: set radius to zero so it is only triggered through spell
UPDATE gameobject_template SET data2=0 WHERE entry=176211;

-- Drek'Thar's Scrolls 179004 - seemingly never used
UPDATE gameobject_template SET data1=0 WHERE entry=179004;

-- -------------------------------
-- Item custom changes
-- -------------------------------
Expand Down

0 comments on commit 44a9535

Please sign in to comment.