diff options
| author | Killyana <morphone1@gmail.com> | 2019-01-09 17:24:30 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-18 22:58:52 +0100 |
| commit | 7fe844a1e87e5eb047c0d21679f21d8edb11517f (patch) | |
| tree | 27c795f7b7e9f0c397b7748390034f6fae8dce7c /sql | |
| parent | fff0d174aaaf3afb72052ff618a394c9b8a0820b (diff) | |
Quest/Script: Kodo Roundup
Fix faction issue and handle the gossip correctly via the script
(cherry picked from commit 5e73647c84338705a2b45b95705c08ea4a5e2668)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_11_18_08_world_2019_01_09_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
