mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Creature: Black Bear
This commit is contained in:
17
sql/updates/world/3.3.5/2018_10_09_21_world_335.sql
Normal file
17
sql/updates/world/3.3.5/2018_10_09_21_world_335.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (86858,86868,86870);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(86858, 1129, 0, 1, 1, 0, 0, -4300.36, -1420.53, 391.496, 5.16617, 300, 0, 0, 0, 0, 0),
|
||||
(86868, 1128, 0, 1, 1, 0, 0, -4298.227, -1420.108, 391.32, 4.435794, 300, 0, 0, 0, 0, 0),
|
||||
(86870, 1128, 0, 1, 1, 0, 0, -4301.8081, -1422.118, 391.556, 5.795453, 300, 0, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (1129);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(1129, 0, 0, 1, 0, 0, '');
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (86868,86870);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(86868, 0, 0, 1, 0, 0, ''),
|
||||
(86870, 0, 0, 1, 0, 0, '');
|
||||
|
||||
UPDATE `creature` SET `MovementType`=0 WHERE `guid` IN (6127,6133);
|
||||
Reference in New Issue
Block a user