mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Gameobject): Delete unused hack objects (#9999)
* fix(DB/Gameobject): Delete unused hack objects * Update rev_1641299782952581800.sql
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user