diff options
-rw-r--r-- | sql/updates/world/2014_10_24_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_10_24_00_world.sql b/sql/updates/world/2014_10_24_00_world.sql index c201f256190..b4a3087b89d 100644 --- a/sql/updates/world/2014_10_24_00_world.sql +++ b/sql/updates/world/2014_10_24_00_world.sql @@ -1,3 +1,3 @@ -- UPDATE `creature_template` SET `npcflag`=16777216 WHERE `entry`=35427; -UPDATE `smart_scripts` SET `link`=19 WHERE `entryorguid`=26670 `id`=18; +UPDATE `smart_scripts` SET `link`=19 WHERE `entryorguid`=26670 AND `id`=18; |