From 0fe4dddfa330de977c7fcabe8ab3ea818e1bdce5 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sun, 3 Jan 2016 23:16:00 +0000 Subject: 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) --- sql/updates/world/2016_03_21_05_world_2016_01_03_04_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2016_03_21_05_world_2016_01_03_04_world.sql (limited to 'sql') 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; -- cgit v1.2.3