Fix NPC 7856 (Southsea Freebooter)
This commit is contained in:
parent
90fdd10c3f
commit
471413719c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue