aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-11 14:55:31 +0200
committerKillyana <morphone1@gmail.com>2018-10-11 14:55:31 +0200
commite2bfbf2e5183bb04846c3439d925d644b2638a08 (patch)
tree17954ad2a843e7d8cdd2838e586813d69060a45d
parent79dcd0439aaad75ef921d560b0e49b2ab3db4680 (diff)
DB/Gossip: Add gossip menu to Human Refugee
-rw-r--r--sql/updates/world/3.3.5/2018_10_11_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_11_02_world.sql b/sql/updates/world/3.3.5/2018_10_11_02_world.sql
new file mode 100644
index 00000000000..8fa5478a02b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_10_11_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `npcflag`=1, `gossip_menu_id`=8206 WHERE `entry` IN (20876);