diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-01-21 02:10:01 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-01-21 02:10:01 +0000 |
| commit | c6c23d67b8692936fe9e7d5920bfb997df516323 (patch) | |
| tree | 1c9d4aaedbf5f4848ef9bca86f0a5249e0f6e8e1 /sql | |
| parent | dd7391660b9c897fdb4584ab03227bde2478ecee (diff) | |
Scripts/ZG: Fix some code style issues and logic errors
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_01_20_09_world_spell_dbc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_01_20_09_world_spell_dbc.sql b/sql/updates/world/2013_01_20_09_world_spell_dbc.sql index bdd57e940b5..d8f466173f3 100644 --- a/sql/updates/world/2013_01_20_09_world_spell_dbc.sql +++ b/sql/updates/world/2013_01_20_09_world_spell_dbc.sql @@ -10,7 +10,7 @@ INSERT INTO `spell_dbc` (`Id`,`SchoolMask`,`Dispel`,`Mechanic`,`Attributes`,`Att UPDATE `creature_template` SET `AIName` = '', `ScriptName`='npc_zulian_prowler' WHERE `entry`=15101; -- Remove SmartAI -DELETE FROM smart_scripts WHERE entryorguid = 15101; +DELETE FROM `smart_scripts` WHERE `entryorguid`=15101; -- Add condition for Mark of Arlokk DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=24211; |
