mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update zone_tirisfal_glades.sql
This commit is contained in:
@@ -116,7 +116,8 @@ UPDATE `creature_loot_template` SET `Chance` = 80 WHERE `Entry` = 1890 AND `Item
|
||||
|
||||
-- Undertaker Mordo
|
||||
DELETE FROM `creature` WHERE `id1` = 1568;
|
||||
INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (1568, 0, 1678.99, 1667.86, 135.855, 3.76991, 300);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
|
||||
(601568, 1568, 0, 1678.99, 1667.86, 135.855, 3.76991, 300);
|
||||
|
||||
-- update npc names
|
||||
UPDATE `creature_template` SET `name` = 'Wretched Zombie' WHERE `entry` = 1502; -- Wretched Zombie
|
||||
|
||||
Reference in New Issue
Block a user