From 7fe844a1e87e5eb047c0d21679f21d8edb11517f Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 9 Jan 2019 17:24:30 +0100 Subject: Quest/Script: Kodo Roundup Fix faction issue and handle the gossip correctly via the script (cherry picked from commit 5e73647c84338705a2b45b95705c08ea4a5e2668) --- .../world/master/2021_11_18_08_world_2019_01_09_02_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_11_18_08_world_2019_01_09_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_18_08_world_2019_01_09_02_world_335.sql b/sql/updates/world/master/2021_11_18_08_world_2019_01_09_02_world_335.sql new file mode 100644 index 00000000000..90f3880d9d8 --- /dev/null +++ b/sql/updates/world/master/2021_11_18_08_world_2019_01_09_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (11627); -- cgit v1.2.3