From 471413719cc37b0a5a6eebe5268aa49aee8a882b Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Wed, 4 Jul 2018 19:55:56 +0000 Subject: [PATCH] Fix NPC 7856 (Southsea Freebooter) --- data/sql/updates/pending_db_world/rev_1530734106945512205.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1530734106945512205.sql diff --git a/data/sql/updates/pending_db_world/rev_1530734106945512205.sql b/data/sql/updates/pending_db_world/rev_1530734106945512205.sql new file mode 100644 index 000000000..be7f4f6a9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1530734106945512205.sql @@ -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;