From ebdbe869afa6ebe1c5c7805c9a68c47928cf9e9a Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 25 Oct 2012 10:54:22 -0500 Subject: [PATCH] Core/SQL: Changed codification of recent SQL file to ANSI --- sql/updates/world/2012_10_25_00_world_childrens_week.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;