aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-01-03 23:16:00 +0000
committerDr-J <daniel.jarrott0@gmail.com>2016-01-03 23:16:00 +0000
commit615906e51fc76de0a8ef1a625b50077757fbc48f (patch)
treee723752b7ecfb8f94fe083732dd70db0022fee20
parent19462efb4ef04d7b988ec55369dd10f00dd1e895 (diff)
DB/Misc: Victorious Challenger
correct faction for http://www.wowhead.com/npc=30012/victorious-challenger This npc should not be hostile unless spoken for via gosip to fight for quest
-rw-r--r--sql/updates/world/2016_01_03_04_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_03_04_world.sql b/sql/updates/world/2016_01_03_04_world.sql
new file mode 100644
index 00000000000..ffe8eb07fd5
--- /dev/null
+++ b/sql/updates/world/2016_01_03_04_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `faction`=2109 WHERE `entry`=30012;