diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-10-25 10:54:22 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-10-25 10:54:22 -0500 |
| commit | ebdbe869afa6ebe1c5c7805c9a68c47928cf9e9a (patch) | |
| tree | 06090121d80b0a437221fb440849ac80c6fc9c5b | |
| parent | 9084c89ea84a67065cd3f062d3ea606f3c1137e2 (diff) | |
Core/SQL: Changed codification of recent SQL file to ANSI
| -rw-r--r-- | sql/updates/world/2012_10_25_00_world_childrens_week.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_10_25_00_world_childrens_week.sql b/sql/updates/world/2012_10_25_00_world_childrens_week.sql index 33ad3c54ad1..e2d6eec4dd2 100644 --- a/sql/updates/world/2012_10_25_00_world_childrens_week.sql +++ b/sql/updates/world/2012_10_25_00_world_childrens_week.sql @@ -1,4 +1,4 @@ --- Orphan Matron Aria +-- Orphan Matron Aria UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry`=34365; DELETE FROM `smart_scripts` WHERE `entryorguid`=34365 AND `source_type`=0; |
