diff options
| author | Drahy <none@none> | 2009-06-04 00:31:56 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-06-04 00:31:56 +0200 |
| commit | ac9140668f9b71126478731c9936be97ff8f0e6b (patch) | |
| tree | 353eccbf63708cf91c453568a0cbdc91a88c78dd /sql/updates/3649_world.sql | |
| parent | ed06b6d059bf82d133bc82ae7b694d57fef3cb9a (diff) | |
* Used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/3649_world.sql')
| -rw-r--r-- | sql/updates/3649_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3649_world.sql b/sql/updates/3649_world.sql index a75ebe7b158..4d1948c753e 100644 --- a/sql/updates/3649_world.sql +++ b/sql/updates/3649_world.sql @@ -3,4 +3,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entr 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 |
