fix(DB/Creature): Elixir of Giants removed (#7973)

* fix(DB/Creature): Elixir of Giants removed

Elixir of Giants removed from 3 tables

* Update data/sql/updates/pending_db_world/rev_1631995181138245446.sql
This commit is contained in:
baranzadeoglu
2021-09-30 21:46:21 +02:00
committed by GitHub
parent 52aa0e9966
commit 926b1e1b84

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631995181138245446');
DELETE FROM `creature_loot_template` WHERE `Entry` IN (5988,7154,7856,9240,10986) AND (`Item` IN (9206));