diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 16:11:59 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-13 18:47:35 +0200 |
commit | 17f690dd7bc8c4bf8dd0cd009e821df5949e3cbe (patch) | |
tree | 31c5ada45394ee132fccb077d7b090b37dcf08a1 | |
parent | 0cbf7c9bc15954423b82c7d59d13c870f17d8dbf (diff) |
DB/Creature: Gjonner the Merciless
Closes #20478
(cherry picked from commit 3ea821332fc61bbf9a54ca7ce9d35abf1721c59b)
-rw-r--r-- | sql/updates/world/master/2020_09_13_17_world_2017_09_30_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_17_world_2017_09_30_10_world.sql b/sql/updates/world/master/2020_09_13_17_world_2017_09_30_10_world.sql new file mode 100644 index 00000000000..6a9a0e407be --- /dev/null +++ b/sql/updates/world/master/2020_09_13_17_world_2017_09_30_10_world.sql @@ -0,0 +1,2 @@ +-- Fix gossip for NPC Gjonner the Merciless +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry`=31154; |