diff options
| author | Drahy <none@none> | 2009-06-29 22:25:16 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-06-29 22:25:16 +0200 |
| commit | 57ab0f01f37d1eaeb96eb5a20c2bc3f47edb4ea2 (patch) | |
| tree | fe9e84932f76fb9a1d0d5b5d778cb2c5ae6a1777 /sql/updates/3649_world.sql | |
| parent | cf414bb7ca796c2d4a065b803826c02d833e3003 (diff) | |
* Used finally after long time trinity sql coding style
* Missing data are now in 4321_world - just import this
* Updated all FULL sqls to 4321
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/3649_world.sql')
| -rw-r--r-- | sql/updates/3649_world.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/3649_world.sql b/sql/updates/3649_world.sql index a75ebe7b158..bc40d7f6438 100644 --- a/sql/updates/3649_world.sql +++ b/sql/updates/3649_world.sql @@ -2,5 +2,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entr UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` BETWEEN 185465 AND 185467; UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` = 184595; UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` BETWEEN 185461 AND 185464; - -UPDATE `creature_template` SET `ScriptName` = 'npc_engineering_tele_trinket' WHERE `entry` IN (14742, 14743, 21493, 21494); +UPDATE `creature_template` SET `ScriptName` = 'npc_engineering_tele_trinket' WHERE `entry` IN (14742, 14743, 21493, 21494);
\ No newline at end of file |
