fix(DB/Item): Tome of Tranquilizing Shot Deprecated (#2768)

This commit is contained in:
Kitzunu
2020-04-27 13:17:47 +02:00
committed by GitHub
parent cdf518aba1
commit e37c11458d

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584387270154812400');
UPDATE `item_template` SET `flags`=`flags`|16 WHERE `entry` = 16665;
DELETE FROM `creature_loot_template` WHERE `Item`=16665;