mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update zone_thousand_needles.sql
give Vile Sting some movement
This commit is contained in:
@@ -32,6 +32,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(5937, 0, 0, 0, 9, 0, 100, 0, 1000, 11000, 16000, 24000, 0, 5, 11, 8257, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Vile Sting - Within 0-5 Range - Cast Venom Sting'),
|
||||
(10882, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 17213, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Arikara - In Combat - Cast Curse of Vengeance (No Repeat)');
|
||||
|
||||
-- give Vile Sting some movement
|
||||
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 10 WHERE `id1` = 5937;
|
||||
|
||||
-- Pooled Treasure Chests
|
||||
DELETE FROM `pool_template` WHERE `entry` IN (66001);
|
||||
|
||||
Reference in New Issue
Block a user