fix(DB/Creatures): Raptor Ridge Cave (#5155)

This commit is contained in:
Stifler82
2021-04-11 11:01:20 +01:00
committed by GitHub
parent 70308572b4
commit eaffe29d00

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617661090934443600');
UPDATE `creature_template` SET `InhabitType` = 3 WHERE (`entry` IN (1018, 1019, 1140));
DELETE FROM `creature` WHERE (`id` = 1018) AND (`guid` IN (9981));
INSERT INTO `creature` VALUES
(9981, 1018, 0, 0, 0, 1, 1, 180, 0, -3112.84, -3252.45, 65.1154, 5.6466, 300, 0, 0, 896, 0, 0, 0, 0, 0, '', 0);