DB/Fishing: Fishing level requirement for Zul'Gurub

This commit is contained in:
Killyana
2019-05-15 23:23:49 +02:00
parent 61ba477c77
commit dca1da786c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
--
UPDATE `creature` SET `equipment_id`=1 WHERE `equipment_id`=0 `AND` id IN (SELECT `CreatureID` FROM `creature_equip_template`);
UPDATE `creature` SET `equipment_id`=1 WHERE `equipment_id`=0 AND `id` IN (SELECT `CreatureID` FROM `creature_equip_template`);
UPDATE `creature` SET `equipment_id`=0 WHERE `id` IN (19169, 794, 20102, 19171, 23784, 29519, 29520, 29565, 29566, 29567);
UPDATE `creature` SET `equipment_id`=-1 WHERE `id`=24484;

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `skill_fishing_base_level` WHERE `entry` IN (3384);
INSERT INTO `skill_fishing_base_level` (`entry`, `skill`) VALUES (3384, 300);