aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-01-03 23:16:00 +0000
committerShauren <shauren.trinity@gmail.com>2016-03-21 21:57:04 +0100
commit0fe4dddfa330de977c7fcabe8ab3ea818e1bdce5 (patch)
tree6e3dedd2b0653b8e6acbcc07d9f842bb92dfea73
parent0b9269cdadcc22079550ea52d7e7b29e6947014d (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 (cherry picked from commit 615906e51fc76de0a8ef1a625b50077757fbc48f)
-rw-r--r--sql/updates/world/2016_03_21_05_world_2016_01_03_04_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_21_05_world_2016_01_03_04_world.sql b/sql/updates/world/2016_03_21_05_world_2016_01_03_04_world.sql
new file mode 100644
index 00000000000..ffe8eb07fd5
--- /dev/null
+++ b/sql/updates/world/2016_03_21_05_world_2016_01_03_04_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `faction`=2109 WHERE `entry`=30012;