Fix NPC 7856 (Southsea Freebooter)

This commit is contained in:
Stoabrogga
2018-07-04 19:55:56 +00:00
committed by Barbz
parent 90fdd10c3f
commit 471413719c

View File

@@ -0,0 +1,4 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1530734106945512205');
UPDATE `creature_template` SET `unit_flags` = 0 WHERE `entry` = 7856;
UPDATE `smart_scripts` SET `event_type` = 9, `event_param1` = 2, `event_param2` = 30, `comment` = 'Southsea Freebooter - Within 2-30 Range - Shoot' WHERE `entryorguid` = 7856 AND `id` = 0;