Skip to content

Commit

Permalink
Add note about nethercite to file and comment out wipe
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 30, 2024
1 parent 68152c3 commit e370b30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Updates/0503_outland_veins.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ https://www.wowhead.com/tbc/object=181556/adamantite-deposit
https://www.wowhead.com/tbc/object=181569/rich-adamantite-deposit - rest
https://www.wowhead.com/tbc/object=181570/rich-adamantite-deposit - nagrand only
https://www.wowhead.com/tbc/object=181557/khorium-vein
https://www.wowhead.com/tbc/object=185877/nethercite-deposit
*/

DELETE FROM gameobject WHERE Id IN(181555, 181556, 181569, 181570, 181557) AND map=530 AND position_x NOT BETWEEN 11400 AND 13100;
-- DELETE FROM gameobject WHERE Id IN(181555, 181556, 181569, 181570, 181557) AND map=530 AND position_x NOT BETWEEN 11400 AND 13100;

0 comments on commit e370b30

Please sign in to comment.