fix(DB/Gameobject): Delete unused hack objects (#9999)
* fix(DB/Gameobject): Delete unused hack objects * Update rev_1641299782952581800.sql
This commit is contained in:
parent
6ed71ad3b2
commit
45d7c20c0f
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641299782952581800');
|
||||
|
||||
DELETE FROM `gameobject_template` WHERE `entry` IN (300010,300015,300028,300052,300056,300064,300084,300107,300115,300126,300160,300162,300165,300180,300191,300195,300196,300205);
|
||||
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (300010,300015,300028,300052,300056,300064,300084,300107,300115,300126,300160,300162,300165,300180,300191,300195,300196,300205);
|
||||
Loading…
Add table
Add a link
Reference in a new issue