Skip to content

Commit

Permalink
fix(DB/Creature) Underground Orgrimmar Grunt (#18532)
Browse files Browse the repository at this point in the history
* fix(DB/Creature) Underground Orgrimmar Grunt

* Rename Query to Query.sql

* delete creature_addon

---------

Co-authored-by: Pagani Walter <paganiwalter@gmail.com>
  • Loading branch information
warkuss and pangolp committed Mar 17, 2024
1 parent 1f878f7 commit 91c8cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1710471363617470300.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--
DELETE FROM `creature` WHERE `id1`=3296 AND `guid`=10299;
DELETE FROM `creature_addon` WHERE `guid`=10299;

0 comments on commit 91c8cdf

Please sign in to comment.