diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-18 06:05:38 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-18 06:05:38 +0200 |
| commit | ad49bd5194db889d93f4b411ef21344da8fbe59a (patch) | |
| tree | afcc58991619348a270ee9d3f73fd9279c240c67 /sql | |
| parent | 72ed5bfc93af016722c115ef032f7cb1c43d9983 (diff) | |
SQL: Fix sql import
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_09_18_01_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_09_18_01_world_misc.sql b/sql/updates/world/2014_09_18_01_world_misc.sql index 964420d4ab6..0100573c404 100644 --- a/sql/updates/world/2014_09_18_01_world_misc.sql +++ b/sql/updates/world/2014_09_18_01_world_misc.sql @@ -1,4 +1,4 @@ -SET @CGuid := 74517; +SET @CGuid := 74518; DELETE FROM `creature` WHERE `id`IN(24014,29393)AND `guid` BETWEEN @CGUID AND @CGUID+3; UPDATE `creature_template` SET `faction`=21, `unit_flags`=33536, `unit_flags2`=2099200 WHERE `entry`=29394; |
