mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Misc: some fixes
This commit is contained in:
6
sql/updates/world/2016_06_15_01_world.sql
Normal file
6
sql/updates/world/2016_06_15_01_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `spell_area` WHERE `spell` IN (60922, 49417, 49416) AND `quest_start` = 14071;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `gender`, `autocast`, `quest_start_status`) VALUES
|
||||
(60922, 4765, 14071, 2, 1, 8),
|
||||
(49417, 4737, 14071, 2, 1, 8),
|
||||
(49416, 4767, 14071, 2, 1, 8);
|
||||
3
sql/updates/world/2016_06_15_02_world.sql
Normal file
3
sql/updates/world/2016_06_15_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Huntress Claws: http://eu.battle.net/wow/en/item/5096
|
||||
-- Drop Chance: Guaranteed
|
||||
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item`=5096;
|
||||
13
sql/updates/world/2016_06_15_03_world.sql
Normal file
13
sql/updates/world/2016_06_15_03_world.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
--
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` IN (220041, 220044, 220043, 220042, 220048, 220049, 220076, 220148, 220147, 220029);
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
|
||||
(3, 220029),
|
||||
(3, 220041),
|
||||
(3, 220042),
|
||||
(3, 220043),
|
||||
(3, 220044),
|
||||
(3, 220147),
|
||||
(3, 220048),
|
||||
(3, 220049),
|
||||
(3, 220076),
|
||||
(3, 220148);
|
||||
Reference in New Issue
Block a user