diff options
| author | Drahy <none@none> | 2009-10-19 12:18:21 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-10-19 12:18:21 +0200 |
| commit | 87dc37e66518a7e8a1c070cf27b94a8c0b2423a3 (patch) | |
| tree | d69af73e119abdf726ad125fe068a677a8aee03a /sql/updates/6008_world.sql | |
| parent | 8a6e00d3331b7c397e8223bd3dabf61ffb1e8169 (diff) | |
* Fixed some Sqls including 6008_world.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/6008_world.sql')
| -rw-r--r-- | sql/updates/6008_world.sql | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sql/updates/6008_world.sql b/sql/updates/6008_world.sql index 77c04f4f81e..088821c056c 100644 --- a/sql/updates/6008_world.sql +++ b/sql/updates/6008_world.sql @@ -1,6 +1,5 @@ -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; - +UPDATE `creature_template` SET `modelid1`='11686',`modelid3`='11686' WHERE `entry`=23537; +UPDATE `creature_template` SET `modelid1`='11686',`modelid3`='11686' WHERE `entry`=23686; +UPDATE `creature_template` SET `modelid1`='11686',`modelid3`='11686' WHERE `entry`=23758; +UPDATE `creature_template` SET `modelid1`='11686',`modelid3`='11686' WHERE `entry`=24034; +UPDATE `creature_template` SET `modelid1`='11686',`modelid3`='11686' WHERE `entry`=23775;
\ No newline at end of file |
