From 0279f958fe0d5202348d68552df9a088a42e4128 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 19 Jan 2016 03:41:48 +0100 Subject: DB/Creature: High Priestess Jeklik Fixed movement stood on the site. By @DevRival Closes #16252 --- sql/updates/world/2016_01_19_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_01_19_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_19_03_world.sql b/sql/updates/world/2016_01_19_03_world.sql new file mode 100644 index 00000000000..0d559ace044 --- /dev/null +++ b/sql/updates/world/2016_01_19_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `InhabitType` = 5 WHERE `entry` = 14517; -- cgit v1.2.3