mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
fix(DB/Item): Tome of Tranquilizing Shot Deprecated (#2768)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user