mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-27 23:01:14 -08:00
fix(DB/Creatures): Raptor Ridge Cave (#5155)
This commit is contained in:
parent
70308572b4
commit
eaffe29d00
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue