diff options
| author | Rat <none@none> | 2009-10-19 10:22:45 +0200 |
|---|---|---|
| committer | Rat <none@none> | 2009-10-19 10:22:45 +0200 |
| commit | 8a6e00d3331b7c397e8223bd3dabf61ffb1e8169 (patch) | |
| tree | 041b19c479fa887e421d521ae4c3a8b0acde6619 /sql | |
| parent | f1e8a6f0d3d0543e175c2c699f413599d01ee91e (diff) | |
*Headless horseman
-only summon once / instance
-fix fly movement
-proper invis modelids for dummies
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/6008_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; + |
