fix(DB/Quest): gameobject loot and related responsible spell script (#3340)
This commit is contained in:
parent
6a4b5ad1db
commit
d327641dd9
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1598302868929248922');
|
||||
UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `item` = 43059;
|
||||
DELETE FROM `spell_target_position` WHERE `ID` = 57553;
|
||||
INSERT INTO `spell_target_position` VALUES
|
||||
(57553, 0, 571, 5875.43, -1981.37, 234.671, 0, 0); -- Escape Voltarus
|
||||
Loading…
Add table
Add a link
Reference in a new issue