Update zone_thousand_needles.sql

give Vile Sting some movement
This commit is contained in:
Grimfeather
2025-08-09 12:26:18 +02:00
committed by GitHub
parent b85e802f43
commit 5694112466

View File

@@ -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'), (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)'); (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 -- Pooled Treasure Chests
DELETE FROM `pool_template` WHERE `entry` IN (66001); DELETE FROM `pool_template` WHERE `entry` IN (66001);