From 8a6e00d3331b7c397e8223bd3dabf61ffb1e8169 Mon Sep 17 00:00:00 2001 From: Rat Date: Mon, 19 Oct 2009 10:22:45 +0200 Subject: *Headless horseman -only summon once / instance -fix fly movement -proper invis modelids for dummies --HG-- branch : trunk --- sql/updates/6008_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/6008_world.sql (limited to 'sql') diff --git a/sql/updates/6008_world.sql b/sql/updates/6008_world.sql new file mode 100644 index 00000000000..77c04f4f81e --- /dev/null +++ b/sql/updates/6008_world.sql @@ -0,0 +1,6 @@ +UPDATE `creature_template` SET `modelid_A`='11686',`modelid_H`='11686' WHERE `entry`=23537; +UPDATE `creature_template` SET `modelid_A`='11686',`modelid_H`='11686' WHERE `entry`=23686; +UPDATE `creature_template` SET `modelid_A`='11686',`modelid_H`='11686' WHERE `entry`=23758; +UPDATE `creature_template` SET `modelid_A`='11686',`modelid_H`='11686' WHERE `entry`=24034; +UPDATE `creature_template` SET `modelid_A`='11686',`modelid_H`='11686' WHERE `entry`=23775; + -- cgit v1.2.3