From da4261e2952b76aa2f7f4f98d18dec8c820fb7e2 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 12 Apr 2015 02:58:21 +0200 Subject: DB/Faction: Correction to creature template for 11466 Highbourne Summoner (Shen'dralar) --- sql/updates/world/2015_04_12_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_04_12_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_04_12_01_world.sql b/sql/updates/world/2015_04_12_01_world.sql new file mode 100644 index 00000000000..527d453fe2e --- /dev/null +++ b/sql/updates/world/2015_04_12_01_world.sql @@ -0,0 +1,2 @@ +-- Correction to creature template for 11466 Highbourne Summoner (Shen'dralar) +UPDATE `creature_template` SET `faction`=1355 WHERE `entry`=11466; -- cgit v1.2.3