From 0c0207a2f944e0ee54e8d2a4ac0cf8ac8ef8b9f2 Mon Sep 17 00:00:00 2001 From: Northstrider Date: Sun, 21 Dec 2014 21:12:00 -0200 Subject: DB/CreatureText: Update Feledren the Banished's creature text with its missing sound Closes #13732 (cherry picked from commit 249270c52c658fc1a8cca14a55ea33abc5d21855) --- sql/updates/world/2014_12_21_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_12_21_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2014_12_21_00_world.sql b/sql/updates/world/2014_12_21_00_world.sql new file mode 100644 index 00000000000..857d7286352 --- /dev/null +++ b/sql/updates/world/2014_12_21_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `sound`= 8506 WHERE `entry`= 15367; -- cgit v1.2.3